mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
Remove dead code
This commit is contained in:
parent
c0299825c4
commit
3b6a157e14
|
|
@ -21,18 +21,6 @@ import (
|
||||||
// An OutputType is a type of roomserver output.
|
// An OutputType is a type of roomserver output.
|
||||||
type OutputType string
|
type OutputType string
|
||||||
|
|
||||||
// OutputTypes contains all possible output types from below
|
|
||||||
var OutputTypes = []OutputType{
|
|
||||||
OutputTypeNewRoomEvent,
|
|
||||||
OutputTypeOldRoomEvent,
|
|
||||||
OutputTypeNewInviteEvent,
|
|
||||||
OutputTypeRetireInviteEvent,
|
|
||||||
OutputTypeRedactedEvent,
|
|
||||||
OutputTypeNewPeek,
|
|
||||||
OutputTypeNewInboundPeek,
|
|
||||||
OutputTypeRetirePeek,
|
|
||||||
}
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// OutputTypeNewRoomEvent indicates that the event is an OutputNewRoomEvent
|
// OutputTypeNewRoomEvent indicates that the event is an OutputNewRoomEvent
|
||||||
OutputTypeNewRoomEvent OutputType = "new_room_event"
|
OutputTypeNewRoomEvent OutputType = "new_room_event"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue