mirror of
https://github.com/dariusk/express-activitypub.git
synced 2024-11-21 15:00:58 +00:00
update readme
This commit is contained in:
parent
f9260b4128
commit
ed7ade3fa6
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@ This table keeps track of all the data needed for the accounts. Columns:
|
||||||
* `followers` `TEXT`: a JSON-formatted array of the URL for the Actor JSON of all followers, in the form `["https://remote.server/users/somePerson", "https://another.remote.server/ourUsers/anotherPerson"]`
|
* `followers` `TEXT`: a JSON-formatted array of the URL for the Actor JSON of all followers, in the form `["https://remote.server/users/somePerson", "https://another.remote.server/ourUsers/anotherPerson"]`
|
||||||
* `messages` `TEXT`: not yet used but will eventually store all messages so we can render them on a "profile" page
|
* `messages` `TEXT`: not yet used but will eventually store all messages so we can render them on a "profile" page
|
||||||
|
|
||||||
|
### `messages`
|
||||||
|
|
||||||
|
This table holds all messages sent by the server, which are served at the url `/m/some-id-number/`.
|
||||||
|
|
||||||
|
* `guid` `TEXT PRIMARY KEY`: an id for the message
|
||||||
|
* `message` `TEXT`: a JSON object encoding the full message
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright (c) 2018 Darius Kazemi. Licensed under the MIT license.
|
Copyright (c) 2018 Darius Kazemi. Licensed under the MIT license.
|
||||||
|
|
Loading…
Reference in a new issue