bookmarks: Set the bookmark name to the localpart.

This commit is contained in:
Emmanuel Gil Peyrot 2017-11-24 03:06:56 +00:00
parent b355098b4b
commit e629cb5f94

View file

@ -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,