This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Don't generate stream entries for streamables of remote accounts
closed-social-v3
Eugen Rochko
8 years ago
parent
fb94013796
commit
a706f1af04
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/models/concerns/streamable.rb
+ 1
- 1
app/models/concerns/streamable.rb
View File
@ -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
Write
Preview
Loading…
Cancel
Save