chore: update find activities

This commit is contained in:
Steven
2024-08-13 23:04:13 +08:00
parent 9876fb27a4
commit f057cd0078
4 changed files with 15 additions and 2 deletions

View File

@ -59,6 +59,7 @@ type FindActivity struct {
Type ActivityType
Level ActivityLevel
PayloadShortcutID *int32
CreatedTsAfter *int64
}
func (s *Store) CreateActivity(ctx context.Context, create *Activity) (*Activity, error) {