Age | Commit message (Collapse) | Author |
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
[#2069] unread_conversation_count
See merge request pleroma/pleroma!2939
|
|
|
|
|
|
|
|
|
|
|
|
Refactoring (User.binary_id/1).
|
|
|
|
Done via the following command:
git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
|
|
|
|
updated_at and bringing conversation to the top in the user's direct conversation list
|
|
|
|
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`.
|
|
conversations as read
|
|
new direct message
|
|
|
|
This reverts merge request !1737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enables to address the same group of people every time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|