0
0
Fork 0

Fix default assumed object type (note->activity), make stream entry threaded? check aware of orphaned replies

This commit is contained in:
Eugen Rochko 2016-10-10 02:55:30 +02:00
parent 0634e8dee5
commit 5f737c7228
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ class StreamEntry < ApplicationRecord
end
def threaded?
verb == :favorite || object_type == :comment
(verb == :favorite || object_type == :comment) && !thread.nil?
end
def thread