1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-07-31 08:57:46 +00:00

Release v2.2.3

This commit is contained in:
Krishan 2023-01-15 16:16:40 +11:00
parent 38bbc1c6f5
commit 4ea14c853e
3 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,5 @@
const cons = {
version: '2.2.2',
version: '2.2.3',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
@ -12,7 +12,13 @@ const cons = {
HOME: 'home',
DIRECTS: 'dm',
},
supportEventTypes: ['m.room.create', 'm.room.message', 'm.room.encrypted', 'm.room.member', 'm.sticker'],
supportEventTypes: [
'm.room.create',
'm.room.message',
'm.room.encrypted',
'm.room.member',
'm.sticker',
],
notifs: {
DEFAULT: 'default',
ALL_MESSAGES: 'all_messages',