add fixme

This commit is contained in:
Matthew Hodgson 2020-09-27 00:31:25 +01:00
parent 2b4353eeca
commit 927a62a7f0

View file

@ -152,6 +152,7 @@ func (r *Peeker) performPeekRoomByID(
} }
// handle federated peeks // handle federated peeks
// FIXME: don't create an outbound peek if we already have one going.
if domain != r.Cfg.Matrix.ServerName { if domain != r.Cfg.Matrix.ServerName {
// If the server name in the room ID isn't ours then it's a // If the server name in the room ID isn't ours then it's a
// possible candidate for finding the room via federation. Add // possible candidate for finding the room via federation. Add