nextcloud / talk-ios

📱😀 Video & audio calls through Nextcloud on iOS
GNU General Public License v3.0
147 stars 87 forks source link

Fix crash when quoting a shared deck card #1647

Closed SystemKeeper closed 3 months ago

SystemKeeper commented 3 months ago

parsedMarkdownForChat can return nil in case a deck card was shared as an object to the chat. We need to take care of that for swift.

image