mirror of
https://github.com/pushbits/server.git
synced 2025-07-28 13:58:07 +02:00
Implement deletion of users
This commit is contained in:
parent
18d11677ac
commit
f6ca287d0b
10 changed files with 112 additions and 35 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue