Skip to content
Snippets Groups Projects

Fix for move type notification

Merged kPherox requested to merge kphrx/pleroma-fe:fix-move-type-notification into develop
All threads resolved!
Files
14
@@ -3,7 +3,8 @@ import Notifications from '../notifications/notifications.vue'
const tabModeDict = {
mentions: ['mention'],
'likes+repeats': ['repeat', 'like'],
follows: ['follow']
follows: ['follow'],
moves: ['move']
}
const Interactions = {
Loading