docs: updated roadmap
fields arent really displayed but they federate
This commit is contained in:
parent
d6977d24af
commit
ab46e23ef9
1 changed files with 3 additions and 2 deletions
|
@ -49,6 +49,7 @@ server {
|
||||||
slice 1m;
|
slice 1m;
|
||||||
proxy_set_header Range $slice_range;
|
proxy_set_header Range $slice_range;
|
||||||
chunked_transfer_encoding on;
|
chunked_transfer_encoding on;
|
||||||
|
proxy_ignore_client_abort on;
|
||||||
proxy_buffering on;
|
proxy_buffering on;
|
||||||
proxy_cache upub_cache;
|
proxy_cache upub_cache;
|
||||||
proxy_cache_key $host$uri$is_args$args$slice_range;
|
proxy_cache_key $host$uri$is_args$args$slice_range;
|
||||||
|
@ -91,13 +92,13 @@ don't hesitate to get in touch, i'd be thrilled to showcase the project to you!
|
||||||
- [x] optimize `addressing` database schema
|
- [x] optimize `addressing` database schema
|
||||||
- [x] mentions, notifications
|
- [x] mentions, notifications
|
||||||
- [x] hashtags
|
- [x] hashtags
|
||||||
- [ ] remote media proxy
|
- [x] remote media proxy
|
||||||
|
- [x] user fields
|
||||||
- [ ] better editing via web frontend
|
- [ ] better editing via web frontend
|
||||||
- [ ] upload media
|
- [ ] upload media
|
||||||
- [ ] public vs unlisted for discovery
|
- [ ] public vs unlisted for discovery
|
||||||
- [ ] mastodon-like search bar
|
- [ ] mastodon-like search bar
|
||||||
- [ ] polls
|
- [ ] polls
|
||||||
- [ ] user fields
|
|
||||||
- [ ] lists
|
- [ ] lists
|
||||||
- [ ] full mastodon api
|
- [ ] full mastodon api
|
||||||
- [ ] get rid of internal ids from code
|
- [ ] get rid of internal ids from code
|
||||||
|
|
Loading…
Reference in a new issue