add support for storing and using lastMessageSeen Time from ui and using to calculate unread counts #80

Merged
dan merged 1 commits from unreadSync into trunk 2022-04-04 21:45:15 +00:00
Owner
No description provided.
dan added 1 commit 2022-04-01 22:53:05 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/libcwtch-go/261
sarah approved these changes 2022-04-04 16:45:28 +00:00
@ -32,2 +32,4 @@
ConversationNotificationPolicyNever = "ConversationNotificationPolicy.Never"
)
const DartIso8601 = "2006-01-02T15:04:05.999Z"

replace with time.RFC3339 (which is the same as ISO8601)

replace with time.RFC3339 (which is the same as ISO8601)
Author
Owner

sadly they are slightly incompatible

go is
RFC3339 = "2006-01-02T15:04:05Z07:00" 
which is slightly incompatible with
DartIso8601 = "2006-01-02T15:04:05.999Z"

i tried and they werent compatible

sadly they are slightly incompatible go is RFC3339 = "2006-01-02T15:04:05Z07:00"  which is slightly incompatible with DartIso8601 = "2006-01-02T15:04:05.999Z" i tried and they werent compatible
dan merged commit 97defdf965 into trunk 2022-04-04 21:45:15 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/libcwtch-go#80
No description provided.