mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 08:23:00 -06:00
Tidy + timeline embetterment (#38)
* tidy up timelines a bit + stub out some endpoints * who's faved and who's boosted, reblog notifs * linting * Update progress with new endpoints
This commit is contained in:
parent
3d77f81c7f
commit
6ac6f8d614
23 changed files with 692 additions and 15 deletions
|
|
@ -41,6 +41,8 @@ const (
|
|||
MaxIDKey = "max_id"
|
||||
// LimitKey is for specifying maximum number of notifications to return.
|
||||
LimitKey = "limit"
|
||||
// SinceIDKey is for specifying the minimum notification ID to return.
|
||||
SinceIDKey = "since_id"
|
||||
)
|
||||
|
||||
// Module implements the ClientAPIModule interface for every related to posting/deleting/interacting with notifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue