Skip to content
Snippets Groups Projects
Unverified Commit 96659339 authored by ThibG's avatar ThibG Committed by GitHub
Browse files

Fix DMs not appearing into timelines (#15182)

Fixes #15179
parent d8d43a42
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ class FanOutOnWriteService < BaseService
deliver_to_self(status) if status.account.local?
if status.direct_visibility?
deliver_to_mentioned_followers(status)
deliver_to_own_conversation(status)
elsif status.limited_visibility?
deliver_to_mentioned_followers(status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment