im retarted

pull/225/head
Aevann 2024-03-02 17:03:49 +02:00
parent 22e5890bcd
commit 238f9e956d
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ def allowed_attributes_emojis(tag, name, value):
@with_sigalrm_timeout(2)
def filter_emojis_only(title, golden=True, count_emojis=False, obj=None, author=None):
def filter_emojis_only(title, golden=True, count_emojis=False, obj=None, author=None, link=True):
title = title.replace("\n", "").replace("\r", "").replace("\t", "").replace('<','&lt;').replace('>','&gt;')