mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Don't generate stream entries for streamables of remote accounts
This commit is contained in:
@@ -25,7 +25,7 @@ module Streamable
|
||||
end
|
||||
|
||||
after_create do
|
||||
self.account.stream_entries.create!(activity: self)
|
||||
self.account.stream_entries.create!(activity: self) if self.account.local?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user