Add new internal profile page for remote actors
This commit is contained in:
parent
3f65368547
commit
3bd2ab8102
4 changed files with 140 additions and 4 deletions
|
@ -99,8 +99,6 @@ ALLOWED_TAGS = [
|
|||
|
||||
@filters.app_template_filter()
|
||||
def replace_custom_emojis(content, note):
|
||||
print("\n" * 50)
|
||||
print("custom_replace", note)
|
||||
idx = {}
|
||||
for tag in note.get("tag", []):
|
||||
if tag.get("type") == "Emoji":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue