1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-03-20 15:14:54 +09:00

DB: Add received::UTCTime field to InboxItem

To record *when* an activity, local or remote, was inserted into the specific
inbox. I'm surprised I haven't been keeping that data until now :P
This commit is contained in:
fr33domlover 2022-09-01 11:21:31 +00:00
parent c5bc60d9fa
commit 4269385e15
6 changed files with 26 additions and 21 deletions

View file

@ -77,7 +77,8 @@ OutboxItem
Inbox
InboxItem
unread Bool
unread Bool
received UTCTime
InboxItemLocal
inbox InboxId