diff --git a/packages/status-js/src/client/activityCenter.ts b/packages/status-js/src/client/activityCenter.ts index efb18bc2..117ed75b 100644 --- a/packages/status-js/src/client/activityCenter.ts +++ b/packages/status-js/src/client/activityCenter.ts @@ -1,8 +1,9 @@ -// todo: rename to notifications (center?), inbox, or keep same as other platforms +// todo?: rename to notifications (center?), inbox, or keep same as other platforms import type { ChatMessage } from './chat' import type { Client } from './client' +// todo?: rename to Activity type Notification = { type: 'message' value: ChatMessage