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

Release v4.0.0 (#1836)

* Release v4.0.0

* add more rooms in featured
This commit is contained in:
Krishan 2024-07-24 23:00:49 +10:00 committed by GitHub
parent 2157f9a322
commit 96415a8d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 13 deletions

View file

@ -15,7 +15,7 @@ export function AuthFooter() {
target="_blank"
rel="noreferrer"
>
v3.2.0
v4.0.0
</Text>
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
Twitter

View file

@ -24,7 +24,7 @@ export function WelcomePage() {
target="_blank"
rel="noreferrer noopener"
>
v3.2.0
v4.0.0
</a>
</span>
}

View file

@ -1,5 +1,5 @@
const cons = {
version: '3.2.0',
version: '4.0.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
@ -15,10 +15,7 @@ const cons = {
'm.room.member',
'm.sticker',
],
supportReceiptTypes: [
'm.read',
'm.read.private',
],
supportReceiptTypes: ['m.read', 'm.read.private'],
notifs: {
DEFAULT: 'default',
ALL_MESSAGES: 'all_messages',