mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 04:16:14 -06:00
rename actions package
This commit is contained in:
parent
e773bba875
commit
175107f6a3
55 changed files with 116 additions and 116 deletions
|
|
@ -68,7 +68,7 @@ func (p *Processor) accountActionSuspend(
|
|||
) (string, gtserror.WithCode) {
|
||||
actionID := id.NewULID()
|
||||
|
||||
errWithCode := p.state.Actions.Run(
|
||||
errWithCode := p.state.AdminActions.Run(
|
||||
ctx,
|
||||
>smodel.AdminAction{
|
||||
ID: actionID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue