add comments

This commit is contained in:
Felicio Mununga 2022-08-24 12:02:44 +02:00
parent 76f5fb07bc
commit 68f7c0060c
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 2 additions and 1 deletions

View File

@ -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