no more after

This commit is contained in:
Drew Ansbacher
2021-09-14 10:50:00 -06:00
committed by Matt Hill
parent 3fec68176f
commit c995dbe9f0

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