spc-pleroma/test/pleroma/web/mastodon_api/views
Hélène a9111bcaf2
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-09 20:10:43 +02:00
..
account_view_test.exs Use `duration` param for mute expiration duration 2022-07-31 17:22:34 +02:00
conversation_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
list_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
marker_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
notification_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
poll_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
scheduled_activity_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
status_view_test.exs StatusView: clear MSB on calculated conversation_id 2022-08-09 20:10:43 +02:00
subscription_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
suggestion_view_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00