Removing failed push notification API, make context loads use cache
This commit is contained in:
@ -5,7 +5,7 @@ class Favourite < ApplicationRecord
|
||||
include Streamable
|
||||
|
||||
belongs_to :account, inverse_of: :favourites
|
||||
belongs_to :status, inverse_of: :favourites, touch: true
|
||||
belongs_to :status, inverse_of: :favourites
|
||||
|
||||
has_one :notification, as: :activity, dependent: :destroy
|
||||
|
||||
|
Reference in New Issue
Block a user