Fix typo on /api/accounts/:id/statuses, fix potential case-sensitivity issue
when registering incoming status mentions, add Travis CI file
This commit is contained in:
parent
15476d505d
commit
9a7485d034
5 changed files with 19 additions and 8 deletions
|
@ -1,6 +1,8 @@
|
|||
Mastodon
|
||||
========
|
||||
|
||||
[](https://travis-ci.org/Gargron/mastodon)
|
||||
|
||||
Mastodon is a federated microblogging engine. An alternative implementation of the GNU Social project. Based on ActivityStreams, Webfinger, PubsubHubbub and Salmon.
|
||||
|
||||
**Current status of the project is early development. Documentation &co will be added later**
|
||||
|
@ -18,12 +20,6 @@ Mastodon is a federated microblogging engine. An alternative implementation of t
|
|||
- Upload header image for profile page
|
||||
- Deleting statuses, deletion propagation
|
||||
|
||||
Missing:
|
||||
|
||||
- Media attachments (photos, videos)
|
||||
- Streaming API
|
||||
- Blocking users, blocking remote instances
|
||||
|
||||
## Configuration
|
||||
|
||||
- `LOCAL_DOMAIN` should be the domain/hostname of your instance. This is **absolutely required** as it is used for generating unique IDs for everything federation-related
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue