mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
[Glitch] Add notification policies and notification requests in web UI
Port c10bbf5fe3 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -54,7 +54,7 @@ const initialState = ImmutableMap({
|
||||
markNewForDelete: false,
|
||||
});
|
||||
|
||||
const notificationToMap = (notification, markForDelete) => ImmutableMap({
|
||||
export const notificationToMap = (notification, markForDelete = false) => ImmutableMap({
|
||||
id: notification.id,
|
||||
type: notification.type,
|
||||
account: notification.account.id,
|
||||
|
||||
Reference in New Issue
Block a user