mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 13:04:37 +00:00
24e83246f9
Conflicts: - `app/models/status.rb`: Upstream updated media and edit-related code textually close to glitch-soc additions (local-only and content-type). Ported upstream changes. - `app/models/status_edit.rb`: Upstream changes textually close to glitch-soc additions (content-type). Ported upstream changes. - `app/serializers/activitypub/note_serializer.rb`: Upstream changed how media attachments are handled. Not really a conflict, but textually close to glitch-soc additions (directMessage attribute). Ported upstream changes. - `app/services/remove_status_service.rb`: Upstream changed how media attachments are handled. Not really a conflict, but textually close to glitch-soc additions (DM timeline). Ported upstream changes. - `app/services/update_status_service.rb`: Upstream fixed an issue with language selection. Not really a conflict, but textually close to glitch-soc additions (content-type). Ported upstream changes. - `db/schema.rb`: Upstream added columns to the `status_edits` table, the conflict is because of an additional column (`content-type`) in glitch-soc. Ported upstream changes. - `package.json`: Upstream dependency (express) textually adjacent to a glitch-soc-specific one (favico.js) got updated. Updated it as well. |
||
---|---|---|
.. | ||
accept_follow_serializer.rb | ||
activity_serializer.rb | ||
actor_serializer.rb | ||
add_serializer.rb | ||
block_serializer.rb | ||
collection_serializer.rb | ||
delete_actor_serializer.rb | ||
delete_serializer.rb | ||
device_serializer.rb | ||
emoji_serializer.rb | ||
encrypted_message_serializer.rb | ||
flag_serializer.rb | ||
follow_serializer.rb | ||
hashtag_serializer.rb | ||
image_serializer.rb | ||
like_serializer.rb | ||
move_serializer.rb | ||
note_serializer.rb | ||
one_time_key_serializer.rb | ||
outbox_serializer.rb | ||
public_key_serializer.rb | ||
reject_follow_serializer.rb | ||
remove_serializer.rb | ||
undo_announce_serializer.rb | ||
undo_block_serializer.rb | ||
undo_follow_serializer.rb | ||
undo_like_serializer.rb | ||
update_poll_serializer.rb | ||
update_serializer.rb | ||
vote_serializer.rb |