Skip to content
Snippets Groups Projects
Commit d22aaf1a authored by marihachi's avatar marihachi
Browse files

update node of mention

parent 7cfcf2ed
No related merge requests found
......@@ -266,8 +266,9 @@ mention
= "@" name:mentionName host:("@" host:mentionHost { return host; })?
{
return createNode('mention', {
name: name,
host: host
username: name,
host: host,
acct: text()
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment