Remove trim_reply_fallback which now happens inside get_event
This commit is contained in:
parent
ff73ef64ec
commit
4a135ba1bc
1 changed files with 0 additions and 1 deletions
|
@ -179,7 +179,6 @@ class KarmaBot(Plugin):
|
|||
if not self.config["store_content"]:
|
||||
return ""
|
||||
if isinstance(evt, MessageEvent):
|
||||
evt.content.trim_reply_fallback()
|
||||
if evt.content.msgtype in (MessageType.NOTICE, MessageType.TEXT, MessageType.EMOTE):
|
||||
body = evt.content.body
|
||||
if evt.content.msgtype == MessageType.EMOTE:
|
||||
|
|
Loading…
Reference in a new issue