- ::1
- https://arimelody.space
-
your local SPACEGIRL 💫
- Joined on
2023-11-17
Deleting posts
ideally this will be tucked into the "more" button later, but the functionality now exists 👍
Live notifications
#24 addresses the use of GET /api/v1/streaming/user
. this route also handles notifications, which could be utilised for this issue. bumping #24 to higher priority in v1.0 for this reason.
Unread notifications should be highlighted
Rewrite URLs to represent user/instance pair
amending this:
considering a consistent URI hierarchy (instances contain accounts which make posts), it may be beneficial to format URIs in an instance/account/post format.
the…