mxlgv / dino

This is Dino+ A modern XMPP/Jabber client software, based on Dino
GNU General Public License v3.0
15 stars 9 forks source link

Allow creating new bookmark when there are no existing bookmarks #38

Closed kkonsw closed 6 months ago

kkonsw commented 6 months ago

Currently first-time join (with an invite and without any bookmarks) fails to create a new bookmark for a conversation due to early return in the set_autojoin function.

This PR removes early return to allow the call to the add_conference function (to create a new bookmark).