Jonas
Jonas
I agree that an option for limited history lifetime - and even more important - an option to completely turn off local history for specific contacts/channel is a crucial option...
> I agree that messages to OMEMO > Since there is no mapping of XMPP resource and device ID in OMEMO, the best I could do on the sending side...
Probably replacing `$pieces[1]` with `isset($pieces[1])` should fix the issue you face. Could some of those who experience the issue test it locally and report back?
Hi again, @dschuermann just wanted to ping you again regarding this issue. Maybe I'm mistaken and there's already some easy way to switch the default calendar? If not, do you...
Thanks for the hint. IS_PRIMARY looks promising. Unfortunately I don't have much experience in Android coding but I'll see whether I find time to look into it.
I wonder how the described issue and the posted error backtrace belong to each other. @apg1980 the error suggests that you tried to *delete* a share, right? During this operation,...
This issue still persists.
For now, the way to go is to implement them in `RichText.js` instead of `EditorFactory.js`. That way, they will be part of both `RichTextReader.vue` and `Editor.vue`. If they contain features...
File attachments are rendered as images that were failed to load in `RichTextReader.vue` at the moment. The reason is that we don't pass the session as a property to [`AttachmentResolver`...
Heading anchor attributes will be fixed by https://github.com/nextcloud/text/pull/3345.