Add various deleted flags to entities | Add active to subscriptions | Add DeleteUser && DeleteChannel endpoints [skip-tests]
This commit is contained in:
@@ -39,3 +39,7 @@ func (d *TestSink) SendNotification(ctx context.Context, user models.User, clien
|
||||
|
||||
return key, "", nil
|
||||
}
|
||||
|
||||
func (d *TestSink) Clear() {
|
||||
d.Data = make([]SinkData, 0)
|
||||
}
|
||||
|
Reference in New Issue
Block a user