mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
more conversation refactor
This commit is contained in:
parent
7b6ef9ad7d
commit
7683dd941e
@ -139,7 +139,7 @@ export function useConversation(cardId, channelId) {
|
||||
const detail = value.data?.topicDetail || {};
|
||||
const identity = profile.state.identity || {};
|
||||
|
||||
item.create = detail.created;
|
||||
item.created = detail.created;
|
||||
const date = new Date(detail.created * 1000);
|
||||
const now = new Date();
|
||||
const offset = now.getTime() - date.getTime();
|
||||
|
Loading…
Reference in New Issue
Block a user