littleredbutton / cloud_bbb

@bigbluebutton integration for @nextcloud
GNU Affero General Public License v3.0
103 stars 42 forks source link

fix: copy to clipboard as plain/text #275

Open Brtbr opened 5 months ago

Brtbr commented 5 months ago

The default behavior for CopyToClipboard is to choose the output format text/html. This causes issues when pasting into HTML messages in Thunderbird. Therefore this commit changes the output format to text/plain which seems to solve the issue.

Fixes issue #266

Brtbr commented 5 months ago

Just found out that it should fix issue #271 as well.

pielonet commented 3 days ago

Hi,

I confirm this behaviour !