mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-13 02:41:08 +00:00
Process Identity metadata name same as value (#194)
This commit is contained in:
parent
fc79551656
commit
bb81f0e559
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class Identity(StatorModel):
|
|||
return []
|
||||
return [
|
||||
{
|
||||
"name": data["name"],
|
||||
"name": imageify_emojis(strip_html(data["name"]), self.domain),
|
||||
"value": imageify_emojis(strip_html(data["value"]), self.domain),
|
||||
}
|
||||
for data in self.metadata
|
||||
|
|
Loading…
Reference in a new issue