fixed and improved profile pictures

This commit is contained in:
2026-01-13 17:32:39 +01:00
parent 68116e7353
commit 9e6f8630fa
17 changed files with 222 additions and 144 deletions

View File

@@ -15,6 +15,9 @@
{
"url": "http://127.0.0.1:*"
},
{
"url": "http://192.168.1.183:*"
},
{
"url": "https://alatreon.org/chatapp/*"
}
@@ -27,6 +30,9 @@
{
"url": "ws://127.0.0.1:*"
},
{
"url": "http://192.168.1.183:*"
},
{
"url": "wss://alatreon.org/chatapp/*"
}
@@ -34,7 +40,14 @@
},
"websocket:default",
"upload:default",
"dialog:default"
"dialog:default",
"fs:default",
{
"identifier": "fs:scope",
"allow": [
"*"
]
}
]
}