forked from cory/tildefriends
Zip export still had stringified content.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4291 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
1119804fc2
commit
1324afb459
@ -118,7 +118,7 @@ class TfProfileElement extends LitElement {
|
||||
}
|
||||
out.timestamp = message.timestamp;
|
||||
out.hash = message.hash;
|
||||
out.content = message.content;
|
||||
out.content = JSON.parse(message.content);
|
||||
out.signature = message.signature;
|
||||
return out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user