()
| 53 | } |
| 54 | |
| 55 | func (r *Receipt) String() string { |
| 56 | return fmt.Sprintf("%d", r.nid) |
| 57 | } |
| 58 | |
| 59 | // UpdateRoom updates the joined hosts for a room and returns what the joined |
| 60 | // hosts were before the update, or nil if this was a duplicate message. |
no outgoing calls
no test coverage detected