summaryrefslogtreecommitdiff
path: root/lib/pleroma/chat.ex
AgeCommit message (Expand)Author
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
2020-09-22Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into issue/2115lain
2020-09-11Merge remote-tracking branch 'upstream/develop' into chat-moderationAlex Gleason
2020-09-11Refactor with Chat.for_user_query/1Alex Gleason
2020-09-10added paginate links to headers for /chats/:id/messagesMaksim Pechnikov
2020-06-07Chats: Change id to flake id.lain
2020-06-06Chat: creation_cng -> changesetlain
2020-06-03Chats: Remove `unread` from the db, calculate from unseen messages.lain
2020-06-03ChatMessageReferences: Move testslain
2020-06-03ChatMessageReference: Introduce and switch in chat controller.lain
2020-05-11Chat: Fix wrong query.lain
2020-05-10ChatView: Add the last message to the view.lain
2020-05-05Chat: Fix missing chat id on second 'get'lain
2020-05-04ChatController: Add mark_as_readlain
2020-04-29Apply suggestion to lib/pleroma/chat.exlain
2020-04-20Credo fixes.lain
2020-04-10Chat: Only create them for valid users for now.lain
2020-04-09ChatController: Add creation and return of chats.lain
2020-04-09SideEffects: Handle ChatMessage creation.lain
2020-04-08ChatMessage: Basic incoming handling.lain
2020-04-02Chats: Basic implementation.lain