summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/pleroma_api/views/chat_view.ex
AgeCommit message (Expand)Author
2023-01-02Revert "Merge branch 'copyright-bump' into 'develop'"lain
2023-01-01Bump copyright yearmarcin mikołajczak
2022-02-25Copyright bump for 2022Sean King
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-07-23[#2791] AccountView: renamed `:force` option to `:skip_visibility_check`.Ivan Tashkinov
2020-07-22[#1973] Fixed accounts rendering in GET /api/v1/pleroma/chats with truish :re...Ivan Tashkinov
2020-06-07SideEffects: Move streaming of chats to after the transaction.lain
2020-06-06ChatMessageReference -> Chat.MessageReferencelain
2020-06-05SideEffects / ChatView: Add an unread cache.lain
2020-06-03Chats: Remove `unread` from the db, calculate from unseen messages.lain
2020-06-03ChatMessageReferences: Adjust viewslain
2020-05-29StreamerView: Actually send Chats, not ChatMessages.lain
2020-05-14ChatView: Add update_at field.lain
2020-05-10ChatView: Add the last message to the view.lain
2020-04-27Chat API: Align more to Pleroma/Mastodon API.lain
2020-04-17ChatView: Add a mastodon api representation of the recipient.lain
2020-04-16ChatController: Handle pagination.lain
2020-04-15Chat: Add views, don't return them in timeline queries.lain