minty/src/app/utils
James efb3e115db
fix: permissions and room icon resolution (#2)
* Initialize call state upon room creation for call rooms, remove subsequent useless permission

* handle case of missing call permissions

* use call icon for room item summary when room is call room

* replace previous icon src resolution function with a more robust approach

* replace usages of previous icon resolution function with new implementation

* fix room name not updating for a while when changed

* set up framework for room power level overrides upon room creation

* override join call permission to all members upon room creation

* fix broken usages of RoomIcon

* remove unneeded import

* remove unnecessary logic

* format with prettier
2026-02-13 01:03:46 +01:00
..
ASCIILexicalTable.ts URL navigation in interface and other improvements (#1633) 2024-06-01 00:19:46 +10:00
AsyncSearch.ts Refactor state & Custom editor (#1190) 2023-06-12 16:45:23 +05:30
blurHash.ts Fix crash on malformed blurhash (#2331) 2025-05-21 17:28:13 +05:30
common.ts Redesign space/room creation panel (#2408) 2025-08-05 23:07:07 +10:00
disposable.ts (chore) remove outdated code (#1765) 2024-07-08 21:27:10 +10:00
dom.ts Fix type error when accessing FileList (#2441) 2025-08-16 21:35:34 +10:00
featureCheck.ts feat: check IndexedDB support (#1630) 2024-01-23 18:36:55 +05:30
findAndReplace.ts Timeline Perf Improvement (#1521) 2023-10-30 11:28:47 +05:30
key-symbol.ts Add ESC btn to toolbar to quickly exit formatting (#1283) 2023-06-16 11:09:09 +10:00
keyboard.ts redesigned app settings and switch to rust crypto (#1988) 2025-02-10 16:49:47 +11:00
matrix-crypto.ts redesigned app settings and switch to rust crypto (#1988) 2025-02-10 16:49:47 +11:00
matrix-uia.ts feat: URL navigation in auth (#1603) 2024-01-21 18:20:56 +05:30
matrix.ts New create chat screen (#2463) 2025-08-24 22:40:44 +10:00
mimeTypes.ts redesigned app settings and switch to rust crypto (#1988) 2025-02-10 16:49:47 +11:00
notifications.ts Remove unused javascript (#2470) 2025-08-29 19:34:52 +10:00
regex.ts sanitize string before used in regex to prevent crash (#2219) 2025-02-20 18:30:54 +11:00
room.ts fix: permissions and room icon resolution (#2) 2026-02-13 01:03:46 +01:00
sanitize.ts Fix crash when img without src tag (#1731) 2024-05-12 10:06:35 +05:30
sort.ts URL navigation in interface and other improvements (#1633) 2024-06-01 00:19:46 +10:00
time.ts Add settings to enable 24-hour time format and customizable date format (#2347) 2025-07-27 22:13:00 +10:00
user-agent.ts Editor Commands (#1450) 2023-10-18 07:45:30 +05:30