mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
remove unused types
This commit is contained in:
parent
18245f224a
commit
b41308bd51
|
|
@ -20,12 +20,6 @@ import (
|
|||
"github.com/matrix-org/gomatrixserverlib"
|
||||
)
|
||||
|
||||
const (
|
||||
FailedEventTypePDU = "pdu"
|
||||
FailedEventTypeInvite = "invite"
|
||||
FailedEventTypeSendToDevice = "send_to_device"
|
||||
)
|
||||
|
||||
// A JoinedHost is a server that is joined to a matrix room.
|
||||
type JoinedHost struct {
|
||||
// The MemberEventID of a m.room.member join event.
|
||||
|
|
|
|||
Loading…
Reference in a new issue