Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

autojoin joins booomarked rooms that should not be autojoined #503

Open
silberzwiebel opened this issue Feb 7, 2017 · 0 comments
Open

Comments

@silberzwiebel
Copy link

Hi,

I've just installed candy via the mod_candy module from prosody. Running prosody 0.10 nightly and Candy 2.2.0.
I've set the 'autojoin' flag to true and candy joins all bookmarked rooms, which is fine. However, candy also joins bookmarked rooms that I do not want to autojoin, i.e., it does not respect the autojoin flag from prosody. The corresponding part in the prosody private storage files looks like this:

		[12] = {
			[1] = {
				[1] = "kartoffelsalat";
				["attr"] = {
					["xmlns"] = "storage:bookmarks";
				};
				["name"] = "nick";
			};
			["attr"] = {
				["name"] = "prosody";
				["jid"] = "[email protected]";
				["minimize"] = "1";
				["autojoin"] = "0";
				["xmlns"] = "storage:bookmarks";
			};
			["name"] = "conference";
		};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant