akkoma/lib/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.ex purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
announcement_view.ex Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop' (#85) 2022-07-18 13:08:36 +00:00
app_view.ex [#2510] Improved support for app-bound OAuth tokens. Auth-related refactoring. 2021-02-11 15:02:50 +03:00
conversation_view.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
custom_emoji_view.ex Deprecate Pleroma.Web.base_url/0 2021-05-31 16:48:03 -05:00
filter_view.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
follow_request_view.ex Create real Views for all Controllers 2021-05-29 12:15:57 -05:00
instance_view.ex purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
list_view.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
marker_view.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
media_view.ex Create real Views for all Controllers 2021-05-29 12:15:57 -05:00
notification_view.ex purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
poll_view.ex Credo 2021-01-25 18:25:53 -06:00
report_view.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
scheduled_activity_view.ex expires_in in scheduled status params 2021-02-18 14:59:22 +03:00
status_view.ex StatusView: clear MSB on calculated conversation_id 2022-08-07 20:47:59 +01:00
subscription_view.ex Bump Copyright to 2021 2021-01-13 07:49:50 +01:00
suggestion_view.ex v2 Suggestions: rudimentary API response 2021-11-26 14:34:10 -06:00
timeline_view.ex Create real Views for all Controllers 2021-05-29 12:15:57 -05:00