Add unblocked timeline event

This commit is contained in:
Jamie Kyle
2024-04-12 10:07:57 -07:00
committed by GitHub
parent 92eb036196
commit ad8020848f
14 changed files with 333 additions and 10 deletions

View File

@@ -3,5 +3,6 @@
export enum MessageRequestResponseEvent {
ACCEPT = 'ACCEPT',
BLOCK = 'BLOCK',
UNBLOCK = 'UNBLOCK',
SPAM = 'SPAM',
}