Add new internal profile page for remote actors

This commit is contained in:
Thomas Sileo
2019-08-25 16:02:05 +02:00
parent 3f65368547
commit 3bd2ab8102
4 changed files with 140 additions and 4 deletions

View File

@@ -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":