diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-15 13:57:02 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-15 13:57:02 +0200 |
| commit | 15bed586dcd1d10a6a05c664cf5bab72cdbf2a46 (patch) | |
| tree | a2f5c8ac9afafc2699be233f300ea38f282b81a5 /src/components/interactions/interactions.js | |
| parent | fa2884a8052bfe4f4d9d069ff9d1d15765c3bba8 (diff) | |
report notification wip
Diffstat (limited to 'src/components/interactions/interactions.js')
| -rw-r--r-- | src/components/interactions/interactions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/interactions/interactions.js b/src/components/interactions/interactions.js index 7fe5e76d..54275a7b 100644 --- a/src/components/interactions/interactions.js +++ b/src/components/interactions/interactions.js @@ -4,6 +4,8 @@ const tabModeDict = { mentions: ['mention'], 'likes+repeats': ['repeat', 'like'], follows: ['follow'], + reactions: ['pleroma:emoji_reaction'], + reports: ['pleroma:report'], moves: ['move'] } |
