no more after

This commit is contained in:
Drew Ansbacher
2021-09-14 10:50:00 -06:00
committed by Aiden McClelland
parent 1dcf79fc85
commit 4cc5a26afe

View File

@@ -68,7 +68,7 @@ export module RR {
// notification
export type GetNotificationsReq = WithExpire<{ before?: number, after?: number, limit?: number }> // notification.list
export type GetNotificationsReq = WithExpire<{ before?: number, limit?: number }> // notification.list
export type GetNotificationsRes = WithRevision<ServerNotification<number>[]>
export type DeleteNotificationReq = { id: number } // notification.delete