From 6ac6f8d614d17910d929981bde7d80d8ec2c0b6e Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 31 May 2021 17:36:35 +0200 Subject: 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 --- internal/api/client/notification/notification.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/api/client/notification/notification.go') diff --git a/internal/api/client/notification/notification.go b/internal/api/client/notification/notification.go index 799d0a5e3..758fe505c 100644 --- a/internal/api/client/notification/notification.go +++ b/internal/api/client/notification/notification.go @@ -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 -- cgit v1.2.3