From 68f7c0060c02032b691014f93eeb35279c463f1d Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Wed, 24 Aug 2022 12:02:44 +0200 Subject: [PATCH] add comments --- packages/status-js/src/client/activityCenter.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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