akkoma/lib/pleroma/web/mastodon_api
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
..
controllers local-only-fixed (#138) 2022-08-02 14:46:46 +00:00
views StatusView: clear MSB on calculated conversation_id 2022-08-07 20:47:59 +01:00
mastodon_api.ex Add 'notifying' to relationship for compatibility with Mastodon 2021-12-06 21:24:12 +01:00
websocket_handler.ex add bubble timeline (#100) 2022-07-22 14:55:38 +00:00