diff options
author | Tulir Asokan <tulir@maunium.net> | 2019-06-15 19:10:18 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2019-06-15 19:10:18 +0300 |
commit | 6bb932212cbadac6eed59ac153ebe041523f7570 (patch) | |
tree | 1b4fc5a0c9bb070ec8332e460f6fb301149ee64f /matrix | |
parent | ef509eb3082e4017284345b195ce0489c90a993d (diff) |
Add call trace command
Diffstat (limited to 'matrix')
-rw-r--r-- | matrix/rooms/room.go | 2 |
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 |