summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-11-24 03:06:56 +0000
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2017-11-24 03:06:56 +0000
commite629cb5f94bb572ce7fc305a5f8e4994b6cc5258 (patch)
treedfb5511d086a022a23489df6201ead36024b537c
parentb355098b4b8a267c38324b8db5e38268ba62c6a7 (diff)
downloadpoezio-e629cb5f94bb572ce7fc305a5f8e4994b6cc5258.tar.gz
poezio-e629cb5f94bb572ce7fc305a5f8e4994b6cc5258.tar.bz2
poezio-e629cb5f94bb572ce7fc305a5f8e4994b6cc5258.tar.xz
poezio-e629cb5f94bb572ce7fc305a5f8e4994b6cc5258.zip
bookmarks: Set the bookmark name to the localpart.
-rw-r--r--poezio/bookmarks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/bookmarks.py b/poezio/bookmarks.py
index e007ddd1..766cb7f2 100644
--- a/poezio/bookmarks.py
+++ b/poezio/bookmarks.py
@@ -297,6 +297,7 @@ class BookmarkList(object):
'password', jid.bare, fallback=False) or None
b = Bookmark(
jid.bare,
+ jid.user,
autojoin=True,
nick=nick,
password=passwd,