add DM screen
All checks were successful
Android Build / publish (push) Successful in 48s
Linux Build / publish (push) Successful in 51s

This commit is contained in:
olcxja 2026-05-29 08:54:18 +02:00
commit be26703908
8 changed files with 386 additions and 8 deletions

View file

@ -127,12 +127,12 @@
async function refreshDms() {
try {
showAction("action.dm.fetch", "dmrefresh");
let res = await fetchEncrypted("user/dm/list");
clearAction("dmrefresh");
if (typeof renderDms === 'function') {
await renderDms(res);
}
}
catch (e) {
clearAction("dmrefresh");