mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 00:53:16 -06:00
start adding tests, add delete function for status edits
This commit is contained in:
parent
cf707893cc
commit
20e20feae0
6 changed files with 194 additions and 42 deletions
|
|
@ -36,4 +36,7 @@ type StatusEdit interface {
|
|||
|
||||
// PutStatusEdit ...
|
||||
PutStatusEdit(ctx context.Context, edit *gtsmodel.StatusEdit) error
|
||||
|
||||
// DeleteStatusEdits ...
|
||||
DeleteStatusEdits(ctx context.Context, ids []string) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue