Make floating XXX a FIXME

This commit is contained in:
Davide De Rosa 2019-03-25 10:37:15 +01:00
parent 17b7aee110
commit 9c4d491a3b
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public class SessionProxy {
public func canRebindLink() -> Bool {
// return (pushReply?.peerId != nil)
// XXX: floating is currently unreliable
// FIXME: floating is currently unreliable
return false
}