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.
Showing
- app/lib/ostatus/atom_serializer.rb 1 addition, 1 deletionapp/lib/ostatus/atom_serializer.rb
- app/serializers/activitypub/note_serializer.rb 1 addition, 1 deletionapp/serializers/activitypub/note_serializer.rb
- app/serializers/rest/status_serializer.rb 5 additions, 1 deletionapp/serializers/rest/status_serializer.rb
Please register or sign in to comment