We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1842590 commit f05fdbdCopy full SHA for f05fdbd
github/webhook/handler.py
@@ -128,4 +128,5 @@ def abort() -> None:
128
"event_type": str(evt_type),
129
**(evt.meta() if hasattr(evt, "meta") else {}),
130
}
131
+ content["com.beeper.linkpreviews"] = []
132
await self.bot.client.send_message(room_id, content)
0 commit comments