forked from xiangwang25/whale-town-end-v2
feat: add in-game social test lab
This commit is contained in:
@@ -38,5 +38,6 @@ export interface SocialStore {
|
||||
markNotificationRead(userId: bigint, id: bigint): Promise<SocialNotification | null>;
|
||||
markAllNotificationsRead(userId: bigint): Promise<number>;
|
||||
countUnreadNotifications(userId: bigint): Promise<number>;
|
||||
purgeUsers(userIds: bigint[]): Promise<void>;
|
||||
cleanupExpired(now: Date): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user