akkoma/test
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
..
config
credo/check/consistency
fixtures Transmogrifier: fix reply context fixing 2022-08-04 12:57:48 +01:00
instance_static
mix purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
pleroma StatusView: clear MSB on calculated conversation_id 2022-08-07 20:47:59 +01:00
support Transmogrifier: fix reply context fixing 2022-08-04 12:57:48 +01:00
test_helper.exs Use finch everywhere (#33) 2022-07-04 16:30:38 +00:00