mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	
							parent
							
								
									2157f9a322
								
							
						
					
					
						commit
						96415a8d2a
					
				
					 6 changed files with 11 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -22,10 +22,11 @@
 | 
			
		|||
    ],
 | 
			
		||||
    "rooms": [
 | 
			
		||||
      "#cinny:matrix.org",
 | 
			
		||||
      "#foundation-office:matrix.org",
 | 
			
		||||
      "#thisweekinmatrix:matrix.org",
 | 
			
		||||
      "#matrix-dev:matrix.org",
 | 
			
		||||
      "#matrix:matrix.org"
 | 
			
		||||
      "#freesoftware:matrix.org",
 | 
			
		||||
      "#pcapdroid:matrix.org",
 | 
			
		||||
      "#gentoo:matrix.org",
 | 
			
		||||
      "#PrivSec.dev:arcticfoxes.net",
 | 
			
		||||
      "#disroot:aria-net.org"
 | 
			
		||||
    ],
 | 
			
		||||
    "servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"]
 | 
			
		||||
  },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
  "packages": {
 | 
			
		||||
    "": {
 | 
			
		||||
      "name": "cinny",
 | 
			
		||||
      "version": "3.2.0",
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "license": "AGPL-3.0-only",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@atlaskit/pragmatic-drag-and-drop": "1.1.6",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "cinny",
 | 
			
		||||
  "version": "3.2.0",
 | 
			
		||||
  "version": "4.0.0",
 | 
			
		||||
  "description": "Yet another matrix client",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ export function WelcomePage() {
 | 
			
		|||
                  target="_blank"
 | 
			
		||||
                  rel="noreferrer noopener"
 | 
			
		||||
                >
 | 
			
		||||
                  v3.2.0
 | 
			
		||||
                  v4.0.0
 | 
			
		||||
                </a>
 | 
			
		||||
              </span>
 | 
			
		||||
            }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue