Add user migrates filter to interactions
This commit is contained in:
parent
e8333fff8d
commit
b4acbf5311
3 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue