Federated forge server

[[ 🗃 ^rjQ3E vervis ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/rjQ3E

SSH: git clone USERNAME@vervis.peers.community:rjQ3E

Branches

Tags

main :: migrations /

2019_03_19.model

RemoteRawObject
    content  PersistJSONObject
    received UTCTime

RemoteDiscussion
    sharer        RemoteSharerId
    instance      InstanceId
    ident         Text
    discuss       DiscussionId

    UniqueRemoteDiscussionIdent instance ident
    UniqueRemoteDiscussion discuss

LocalMessage
    author         PersonId
    rest           MessageId

    UniqueLocalMessage rest

RemoteMessage
    author     RemoteSharerId
    instance   InstanceId
    ident      Text
    rest       MessageId
    raw        RemoteRawObjectId
    lostParent Text              Maybe

    UniqueRemoteMessageIdent instance ident
    UniqueRemoteMessage rest

[See repo JSON]