diff options
author | Georg Lukas <georg@op-co.de> | 2021-12-10 14:45:14 +0100 |
---|---|---|
committer | Georg Lukas <georg@op-co.de> | 2021-12-11 19:06:09 +0100 |
commit | e1a75a5cedbef8a669c1156a681ce95096aacc5a (patch) | |
tree | b4514c5ad7f7a9f1448c536278797df9028e71f0 /plugins/change_title.py | |
parent | 1d681fb04cd551dcad6177f0391ed86730767fd6 (diff) | |
download | poezio-e1a75a5cedbef8a669c1156a681ce95096aacc5a.tar.gz poezio-e1a75a5cedbef8a669c1156a681ce95096aacc5a.tar.bz2 poezio-e1a75a5cedbef8a669c1156a681ce95096aacc5a.tar.xz poezio-e1a75a5cedbef8a669c1156a681ce95096aacc5a.zip |
Logger: jidstr is not a valid JID with MUC-PMs
The logger often operates on filenames for log files and assumes that
jid == filename, but MUC-PM filenames are `muc@domain\nick` (jidstr)
instead of `muc@domain/nick` (jid) and the former is not a valid JID.
This patch fixes the places where jid and jidstr are mixed up.
Diffstat (limited to 'plugins/change_title.py')
0 files changed, 0 insertions, 0 deletions