feat(notifications): add notification for declined requests
closes #663
This commit is contained in:
@@ -7,6 +7,7 @@ export enum Notification {
|
||||
MEDIA_AVAILABLE = 8,
|
||||
MEDIA_FAILED = 16,
|
||||
TEST_NOTIFICATION = 32,
|
||||
MEDIA_DECLINED = 64,
|
||||
}
|
||||
|
||||
export const hasNotificationType = (
|
||||
|
||||
Reference in New Issue
Block a user