aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/conversation.ex
AgeCommit message (Collapse)Author
2021-02-15Add API endpoint to remove a conversationEgor Kislitsyn
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2021-01-04Object: Rework how Object.normalize workslain
Now it defaults to not fetching, and the option is named.
2020-09-01remove `unread_conversation_count` from UserMaksim Pechnikov
2020-05-25User: Change signature of get_users_from_setlain
2020-03-03Update CopyrightsMark Felder
2019-10-26Mark the conversations with the blocked user as read and update the blocking ↵eugenijm
user's `unread_conversation_count`. Since the conversations with the blocked user are invisible, they are excluded from the blocking user's `unread_conversation_count`.
2019-10-05Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-10-05Revert "Merge branch 'user-info-unread-direct-conversation' into 'develop'"kaniini
This reverts merge request !1737
2019-10-04Mastodon API: Add `pleroma.unread_conversation_count` to the Account entityeugenijm
2019-08-06Conversation: Rename function to better express what it does.lain
2019-08-02Conversations: Add recipient list to conversation participation.lain
This enables to address the same group of people every time.
2019-05-21Accept question objects for conversationsrinpatch
2019-05-15Merge remote-tracking branch 'origin/develop' into conversations-importlain
2019-05-12Normalize the object only after ensuring the activity type is Createrinpatch
2019-05-09Conversations: Import order, import as read.lain
2019-05-08Credo fixes.lain
2019-05-08Conversations: Add mix task to 'import' old DMs.lain
2019-05-08Conversations: Add a function to 'import' old DMs.lain
2019-05-03Streamer: Stream out Conversations/Participations.lain
2019-05-01Fix testsRoman Chvanikov
2019-04-15Conversation: Add accounts to output.lain
2019-04-15Conversation: Also create participations for remote users.lain
Needed to get the participating user list.
2019-04-10Conversations: Tidying up.lain