Fix default assumed object type (note->activity), make stream entry threaded? check aware of orphaned replies
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user