Attachments are not rendered correctly in view mode on Nextcloud 25.
The reason is that we don't pass a session to the attachment resolver in RichTextReader.vue and thus attachments are fetched via webdav instead of Text API.
Related upstream issue: nextcloud/text#2919
Attachments are not rendered correctly in view mode on Nextcloud 25.
The reason is that we don't pass a session to the attachment resolver in
RichTextReader.vueand thus attachments are fetched via webdav instead of Text API.Related upstream issue: nextcloud/text#2919