Invite users to the socializer's group during the first start. This will be done only if the user is not already a member

This commit is contained in:
2019-01-11 11:20:09 -06:00
parent ff4496be24
commit 1545bf39ee
4 changed files with 23 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ user = string(default="")
password = string(default="")
token = string(default="")
use_alternative_tokens = boolean(default=False)
invited_to_group = boolean(default=False)
[general]
reverse_timelines = boolean(default=False)