Matthew Hodgson
Matthew Hodgson
As it happens, iOS will spontaneously blow away `Caches/` at any point to reclaim disk space. To quote @pixlwave: > Note that the system may delete the Caches/ directory to...
Ironically, github have been maintaining the GFM spec and reference implementation as a diff against cmark (the C ref impl of commonmark): https://github.com/commonmark/cmark/compare/master...github:master (thanks to @maxgrenderjones to pointing it out)....
Thanks to https://github.com/vector-im/element-web/issues/4674 and https://github.com/matrix-org/matrix-react-sdk/pull/7200 we look to be drifting towards a GFM-flavoured dialect of commonmark anyway?
Don't we already have this via config.json? ```json "element_call": { "participants_limits": 8, "url": "https://example.com", "use_exclusively": false }, ``` Or is the point that the URL should be switched to use...
This bites me on a regular basis, meaning important message get stuck unsent for days on end. Given there is always going to be a risk that a message got...
(It's also a problem on EW, where it just bit me too)
the problem is the flow when you send a msg, it gets queued due to being offline, and then when its sent the server rejects it due to policy or...
### HALLELUJAH i have never been so happy to see a failed msg :D
> But why would an app even end up in this state? Wouldn't it continue to try sending? Because: * An SBG or CDG might reject a message due to...
(closing given the bug seems to have been reopened based on a misunderstanding)