Compare commits
3 Commits
v0.7.0-rc3
..
v0.7.0
| Author | SHA1 | Date | |
|---|---|---|---|
| a9abf9a1af | |||
| 815f9605f9 | |||
| 9a9d6fc0bb |
@@ -1,2 +1,2 @@
|
|||||||
__version__ = "0.7.0rc3"
|
__version__ = "0.7.0"
|
||||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||||
|
|||||||
@@ -367,7 +367,7 @@ class PortalMatrix(BasePortal, MautrixBasePortal, ABC):
|
|||||||
if not bridge_notices and not excepted:
|
if not bridge_notices and not excepted:
|
||||||
return
|
return
|
||||||
|
|
||||||
if content.msgtype in (MessageType.TEXT, MessageType.NOTICE):
|
if content.msgtype in (MessageType.TEXT, MessageType.EMOTE, MessageType.NOTICE):
|
||||||
await self._pre_process_matrix_message(sender, not logged_in, content)
|
await self._pre_process_matrix_message(sender, not logged_in, content)
|
||||||
await self._handle_matrix_text(sender_id, event_id, space, client, content, reply_to)
|
await self._handle_matrix_text(sender_id, event_id, space, client, content, reply_to)
|
||||||
elif content.msgtype == MessageType.LOCATION:
|
elif content.msgtype == MessageType.LOCATION:
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ setuptools.setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"aiohttp>=3.0.1,<4",
|
"aiohttp>=3.0.1,<4",
|
||||||
"mautrix>=0.4.0rc5,<0.5",
|
"mautrix>=0.4.0,<0.5",
|
||||||
"SQLAlchemy>=1.2.3,<2",
|
"SQLAlchemy>=1.2.3,<2",
|
||||||
"alembic>=1.0.0,<2",
|
"alembic>=1.0.0,<2",
|
||||||
"commonmark>=0.8.1,<0.10",
|
"commonmark>=0.8.1,<0.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user