pleroma/changelog.d
Zero 279fd47b48 ForceMentionsInContent: fix double mentions for Mastodon/Misskey posts
The code checked for duplicates using "ap_id", but in Mastodon and Misskey the look like that:
Mastodon: https://mastodon.example.com/users/roger
Misskey: https:///misskey.example.com/users/104ab42f11

The fix is to also check for "uri", which is what will be in the "explicitly_mentioned_uris" list:
Mastodon: https://mastodon.example.com/@roger
Misskey: https://misskey.example.com/@roger
2023-05-26 12:30:19 -04:00
..
3739.skip Allow to explicitly skip changelog 2022-08-28 09:57:32 -04:00
3848.add Add changelog 2023-05-02 16:33:53 -04:00
3870.skip Skip changelog entry 2023-04-12 12:40:26 -04:00
3872.remove add changelog entry for BBS/SSH feature remove 2023-04-23 10:58:50 +02:00
3873.fix UploadedMedia: Add missing disposition_type to Content-Disposition 2023-04-18 00:09:19 +02:00
3876.skip Add changelog for 3876 2023-04-25 21:40:28 -04:00
3877.skip Skip changelog entry for 3877 2023-04-26 07:20:35 -04:00
3878.skip Do not use needs: in pipeline yaml 2023-04-26 09:14:49 -04:00
3882.add Allow lang attribute 2023-05-09 19:27:32 -04:00
3883.fix Make sure object refetching follows update rules 2023-05-09 21:04:27 -04:00
3888.fix ForceMentionsInContent: fix double mentions for Mastodon/Misskey posts 2023-05-26 12:30:19 -04:00
changelog-improve.skip Skip changelog 2023-04-22 20:45:27 -04:00
fix-object-test.fix Add changelog 2023-05-22 08:16:14 -04:00