social.metadata.moe/lib/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.ex Store mutes expiration date 2022-06-16 20:38:37 +02:00
announcement_view.ex Implement announcement read relationships 2022-03-08 13:09:49 -05:00
app_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
conversation_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
custom_emoji_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
filter_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
follow_request_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
instance_view.ex Add short_description field 2022-03-29 14:04:27 +02:00
list_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
marker_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
media_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
notification_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
poll_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
report_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
scheduled_activity_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
status_view.ex StatusView: clear MSB on calculated conversation_id 2022-08-09 20:10:43 +02:00
subscription_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
suggestion_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00
timeline_view.ex Copyright bump for 2022 2022-02-25 23:11:42 -07:00