aboutsummaryrefslogtreecommitdiff
path: root/matrix/rooms
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-15 19:10:18 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-15 19:10:18 +0300
commit6bb932212cbadac6eed59ac153ebe041523f7570 (patch)
tree1b4fc5a0c9bb070ec8332e460f6fb301149ee64f /matrix/rooms
parentef509eb3082e4017284345b195ce0489c90a993d (diff)
Add call trace command
Diffstat (limited to 'matrix/rooms')
-rw-r--r--matrix/rooms/room.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/matrix/rooms/room.go b/matrix/rooms/room.go
index ec8b0d9..a0918b1 100644
--- a/matrix/rooms/room.go
+++ b/matrix/rooms/room.go
@@ -34,8 +34,6 @@ import (
func init() {
gob.Register(map[string]interface{}{})
gob.Register([]interface{}{})
- gob.Register(&Room{})
- gob.Register(0)
}
type RoomNameSource int