linkfy orgy links

pull/225/head
Aevann 2024-03-05 02:05:12 +02:00
parent 4169159784
commit 7402e0b732
1 changed files with 2 additions and 2 deletions

View File

@ -1989,7 +1989,7 @@ def schedule_orgy(v):
ma = ModAction(
kind="schedule_orgy",
user_id=v.id,
_note=data,
_note=filter_emojis_only(data, link=True),
)
g.db.add(ma)
@ -2003,7 +2003,7 @@ def remove_orgy(v, created_utc):
ma = ModAction(
kind="remove_orgy",
user_id=v.id,
_note=orgy.data,
_note=filter_emojis_only(orgy.data, link=True),
)
g.db.add(ma)