Remove support for MUC-PM

This commit is contained in:
Schimon Jehudah, Adv. 2024-05-30 19:42:26 +03:00
parent cb91d16268
commit 41b6193b78
3 changed files with 10 additions and 4 deletions

View file

@ -202,6 +202,12 @@ name = "Fedi.Tips"
link = "https://fedi.tips/feed/atom/"
tags = ["technology", "activitypub", "fediverse", "syndication"]
[[feeds]]
lang = "en"
name = "her.st - Do you see it yet?"
link = "https://her.st/feed.xml"
tags = ["lifestyle", "technology", "xmpp", "computer", "code", "llm", "syndication", "minimalism", "linux", "self-hosting", ".net", "go", "python", "philosophy", "psychology", "privacy", "security"]
[[feeds]]
lang = "en"
name = "Lagrange Gemini Client"

View file

@ -1,2 +1,2 @@
__version__ = '0.1.68'
__version_info__ = (0, 1, 68)
__version__ = '0.1.69'
__version_info__ = (0, 1, 69)

View file

@ -194,8 +194,8 @@ class Chat:
# jid_bare = message['from'].bare
jid_full = str(message['from'])
if (jid_bare == jid_full[:jid_full.index('/')]):
jid = str(message['from'])
jid_file = jid_full.replace('/', '_')
# TODO Count and alert of MUC-PM attempts
return
response = None
match message_lowercase: