Implement deletion of users

This commit is contained in:
eikendev 2020-07-27 00:53:32 +02:00
parent 18d11677ac
commit f6ca287d0b
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694
10 changed files with 112 additions and 35 deletions

View file

@ -3,8 +3,6 @@ package dispatcher
import (
"log"
"github.com/eikendev/pushbits/model"
"github.com/matrix-org/gomatrix"
)
@ -14,7 +12,6 @@ var (
// The Database interface for encapsulating database access.
type Database interface {
UpdateApplication(application *model.Application) error
}
// Dispatcher holds information for sending notifications to clients.