Merge remote-tracking branch 'parent/main' into upstream-20240126
This commit is contained in:
commit
3dd9591a4b
163 changed files with 3000 additions and 2777 deletions
|
@ -23,7 +23,7 @@ class REST::AnnouncementSerializer < ActiveModel::Serializer
|
|||
end
|
||||
|
||||
def read
|
||||
object.announcement_mutes.where(account: current_user.account).exists?
|
||||
object.announcement_mutes.exists?(account: current_user.account)
|
||||
end
|
||||
|
||||
def content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue