Skip to content

Commit

Permalink
Merge pull request diaspora#25 from denschub/22-mention-syntax
Browse files Browse the repository at this point in the history
Adjust mention syntax to follow updated federation spec
  • Loading branch information
SuperTux88 committed Oct 21, 2018
2 parents 256c7e2 + e518983 commit d6745ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _routes/posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Mentioned people will be included in a separate array for advanced displaying. A

~~~json
{
"body": "Playing a game of Lorem Ipsum with @{Bob Testing ; [email protected]}!",
"body": "Playing a game of Lorem Ipsum with @{[email protected]}!",
"mentioned_people": [
{
"guid": "cb7e4aa0b82f0133e40d406c8f31e210",
Expand Down

0 comments on commit d6745ac

Please sign in to comment.