diff options
Diffstat (limited to 'app/models/conversation_mute.rb')
-rw-r--r-- | app/models/conversation_mute.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/conversation_mute.rb b/app/models/conversation_mute.rb index 248cdfe6e..272eb81af 100644 --- a/app/models/conversation_mute.rb +++ b/app/models/conversation_mute.rb @@ -9,6 +9,6 @@ # class ConversationMute < ApplicationRecord - belongs_to :account, required: true - belongs_to :conversation, required: true + belongs_to :account + belongs_to :conversation end |