mirror of
https://git.asonix.dog/ceralor/mastodon.git
synced 2025-10-12 21:34:27 +00:00
Add account suspension
This commit is contained in:
parent
64d109dc0e
commit
39cc9fde8a
7 changed files with 24 additions and 10 deletions
|
@ -93,6 +93,8 @@ class ProcessFeedService < BaseService
|
|||
account = @account
|
||||
end
|
||||
|
||||
return if account.suspended?
|
||||
|
||||
status = Status.create!(
|
||||
uri: id(entry),
|
||||
url: url(entry),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue