aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/views/streamer_view.ex
AgeCommit message (Collapse)Author
2022-06-11Send the correct update in streamerTusooa Zhu
get_create_by_ap_id_with_object() seems to fetch the old object. Why this happens needs further investigation.
2022-06-03Stream out editsTusooa Zhu
2022-02-25Copyright bump for 2022Sean King
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/>;'
2020-12-02Document follow relationship updates and cleanupEgor Kislitsyn
2020-12-02Stream follow updatesEgor Kislitsyn
2020-06-05Credo fixes.lain
2020-06-05SideEffects / ChatView: Add an unread cache.lain
This is to prevent wrong values in the stream.
2020-06-03Streamer, SideEffects: Stream out ChatMessageReferenceslain
Saves us a few calles to fetch things from the DB that we already have.
2020-06-03ChatMessageReferences: Adjust viewslain
2020-05-29StreamerView: Actually send Chats, not ChatMessages.lain
2020-05-29Streamer: Add a chat message stream.lain
2020-05-07Streamer: Fix wrong argument order when rendering activities to ↵rinpatch
authenticated user Closes #1747
2020-03-03Update CopyrightsMark Felder
2019-09-27Extract status actions from `MastodonAPIController` into `StatusController`Egor Kislitsyn
2019-09-16Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
2019-09-16Revert "Merge branch 'streamer-refactoring' into 'develop'"kaniini
This reverts merge request !1653
2019-09-16Streamer refactoringSteven Fuchs