Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

kkonsw
Copy link
Collaborator

@kkonsw kkonsw commented Apr 2, 2024

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).

This commit removes early return from the set_autojoin function
to allow creating a new bookmark (with add_conference function).
@kkonsw kkonsw marked this pull request as ready for review April 2, 2024 14:36
@mxlgv mxlgv merged commit 17c4516 into mxlgv:master Apr 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants