]> cat aescling's git repositories - mastodon.git/commit
Serialize mentions in the order they are added (#6836)
authorThibG <thib@sitedethib.com>
Mon, 19 Mar 2018 19:19:35 +0000 (20:19 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 19 Mar 2018 19:19:35 +0000 (20:19 +0100)
commitff6b8a6443c2c97d185927053bdc8816e0e03434
tree160aa07b01886acdb0d1bd113c5d2e62c7e17115
parent6b76a6212d8aa596379115b248ec145905946c42
Serialize mentions in the order they are added (#6836)

Up until now, the order seemed to be in the *opposite* order,
which caused the WebUI to populate mentions in reversed order
when replying to toots local to one's instance.
app/lib/ostatus/atom_serializer.rb
app/serializers/activitypub/note_serializer.rb
app/serializers/rest/status_serializer.rb