summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/bookmarks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/bookmarks.py b/poezio/bookmarks.py
index a812ef03..d9c45be2 100644
--- a/poezio/bookmarks.py
+++ b/poezio/bookmarks.py
@@ -92,7 +92,7 @@ class Bookmark:
def local(self) -> str:
"""Generate a str for local storage"""
- local = self.jid
+ local = str(self.jid)
if self.nick:
local += '/%s' % self.nick
local += ':'