1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 07:54:50 +09:00
vervis/migrations/2019_04_22.model
fr33domlover f462a67680 Implement sharer inbox handler
It runs checks against all the relevant tables, but ultimately just inserts the
activity into the recipient's inbox and nothing more, leaving the RemoteMessage
creation and inbox forwarding to the project inbox handler.
2019-04-23 02:57:53 +00:00

13 lines
261 B
Text

RemoteActivity
instance InstanceId
ident Text
content PersistJSONValue
received UTCTime
UniqueRemoteActivity instance ident
InboxItemRemote
person PersonId
activity RemoteActivityId
UniqueInboxItemRemote person activity