mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
Added Notification.js for noti mapping (#82)
This commit is contained in:
parent
6b53b78ee3
commit
a888427777
3 changed files with 152 additions and 0 deletions
|
|
@ -71,6 +71,10 @@ const cons = {
|
|||
EVENT_ARRIVED: 'EVENT_ARRIVED',
|
||||
SPACE_SHORTCUT_UPDATED: 'SPACE_SHORTCUT_UPDATED',
|
||||
},
|
||||
notification: {
|
||||
NOTI_CHANGED: 'NOTI_CHANGED',
|
||||
FULL_READ: 'FULL_READ',
|
||||
},
|
||||
roomTimeline: {
|
||||
EVENT: 'EVENT',
|
||||
PAGINATED: 'PAGINATED',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue