mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 15:34:51 +09:00
44 lines
913 B
Text
44 lines
913 B
Text
|
Sharer
|
||
|
ident ShrIdent
|
||
|
name Text Maybe
|
||
|
created UTCTime
|
||
|
|
||
|
UniqueSharer ident
|
||
|
|
||
|
Person
|
||
|
ident SharerId
|
||
|
login Text
|
||
|
passphraseHash ByteString
|
||
|
email Text
|
||
|
verified Bool
|
||
|
verifiedKey Text
|
||
|
verifiedKeyCreated UTCTime
|
||
|
resetPassKey Text
|
||
|
resetPassKeyCreated UTCTime
|
||
|
about Text
|
||
|
|
||
|
UniquePersonIdent ident
|
||
|
UniquePersonLogin login
|
||
|
UniquePersonEmail email
|
||
|
|
||
|
OutboxItem
|
||
|
person PersonId
|
||
|
activity PersistJSONValue
|
||
|
published UTCTime
|
||
|
|
||
|
Discussion
|
||
|
|
||
|
Message
|
||
|
created UTCTime
|
||
|
content Text -- Assume this is Pandoc Markdown
|
||
|
parent MessageId Maybe
|
||
|
root DiscussionId
|
||
|
|
||
|
LocalMessage
|
||
|
author PersonId
|
||
|
rest MessageId
|
||
|
create OutboxItemId
|
||
|
unlinkedParent Text Maybe
|
||
|
|
||
|
UniqueLocalMessage rest
|