nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.63k stars 436 forks source link

Exporting Conversations #6677

Closed R0Z-Z closed 2 years ago

R0Z-Z commented 2 years ago

Is your feature request related to a problem? Please describe. We have many long conversations on project groups. As a sysadmin, I'd like to delete few hefty ones after project's closure in order to keep my database unbloated. However, our project managers do not want me to delete these, since they contain many important information that might be referred later. So, I looked for a way to export conversations. Unfortunately, I could not find an easy way keeping all formatting elements.

Describe the solution you'd like An export option that stores an HTML output of the conversation keeping all formatting elements beginning from first ever message. In other words, a complete HTML dump (or may be pdf but not necessarily) is needed. Ability to making it restricted to admin group is also important, I would not like everybody to dump whole conversations from anywhere.

Describe alternatives you've considered Couldn't find an alternative, I fiddled with MYSQL db but retrieving messages and other elements and reformatting them is beyond my scope. I would really appreciate it if you consider implementing this feature request.

Additional context -- None --

nickvergessen commented 2 years ago

Duplicate of #232