update fork #114

Merged
lookshe merged 3 commits from mirror/monocles_chat_clean:master into master 2025-10-27 07:57:29 +01:00

3 commits

Author SHA1 Message Date
Arne
ab5f008d03 Update dependencies
Some checks failed
Android CI / build (pull_request) Has been cancelled
2025-10-25 19:51:19 +02:00
Phillip Davis
c21b564094 guard against null url in oob stanza
previously, would crash whole app

`if (url != null) {` makes it seem like we were
fine with the subsequent code not running anyway

(cherry picked from commit b94794083d66f0fed2599529fc3ac984d2196823)
2025-10-24 13:19:36 +02:00
Arne
464771afdf Move audio files metadata retrieval to background thread
Some checks failed
Android CI / build (pull_request) Has been cancelled
2025-10-21 13:11:09 +02:00