Spam Reporting UI changes

This commit is contained in:
Jamie Kyle
2024-03-12 09:29:31 -07:00
committed by GitHub
parent e031d136a1
commit 8387f938eb
88 changed files with 2711 additions and 807 deletions

View File

@@ -0,0 +1,7 @@
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export enum MessageRequestResponseEvent {
ACCEPT = 'ACCEPT',
BLOCK = 'BLOCK',
SPAM = 'SPAM',
}