akkoma/test/pleroma/web/mastodon_api/views
Hélène b9bb093600 StatusView: clear MSB on calculated conversation_id
This field seems to be a left-over from the StatusNet era.
If your application uses `pleroma.conversation_id`: this field is
deprecated.

It is currently stubbed instead by doing a CRC32 of the context, and
clearing the MSB to avoid overflow exceptions with signed integers on
the different clients using this field (Java/Kotlin code, mostly; see
Husky and probably other mobile clients.)

This should be removed in a future version of Pleroma. Pleroma-FE
currently depends on this field, as well.
2022-08-07 20:47:59 +01:00
..
account_view_test.exs purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
conversation_view_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
list_view_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
marker_view_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
notification_view_test.exs purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
poll_view_test.exs little refactor and tests 2021-01-25 19:46:36 +03:00
scheduled_activity_view_test.exs expires_in in scheduled status params 2021-02-18 14:59:22 +03:00
status_view_test.exs StatusView: clear MSB on calculated conversation_id 2022-08-07 20:47:59 +01:00
subscription_view_test.exs Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
suggestion_view_test.exs v2 Suggestions: rudimentary API response 2021-11-26 14:34:10 -06:00