mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 04:07:29 -06:00
tidy up timelines a bit + stub out some endpoints
This commit is contained in:
parent
3d77f81c7f
commit
69e7a89549
20 changed files with 482 additions and 11 deletions
|
|
@ -41,6 +41,8 @@ const (
|
|||
MaxIDKey = "max_id"
|
||||
// LimitKey is for specifying maximum number of notifications to return.
|
||||
LimitKey = "limit"
|
||||
// SinceIDKey
|
||||
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