Fix subscriptions:clear task, refactor feeds, refactor streamable activites
and atom feed generation to some extent, as well as the way mentions are stored
This commit is contained in:
9
app/models/concerns/targetable.rb
Normal file
9
app/models/concerns/targetable.rb
Normal file
@ -0,0 +1,9 @@
|
||||
module Targetable
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
def object_type
|
||||
:object
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user