core: Remove outdated todo comments

This commit is contained in:
John Brooks 2016-11-05 20:44:20 -06:00
parent 12422351d2
commit 91dbe5a261
2 changed files with 0 additions and 3 deletions

View File

@ -128,8 +128,6 @@ func (this *ContactList) AddContactRequest(address, name, fromName, text string)
}
// Create Contact
// XXX This starts connection immediately, which could cause contact update
// events before the add event in an unlikely race case
contact, err := ContactFromConfig(this.core, contactId, configContact, this.events)
if err != nil {
return nil, err

View File

@ -29,7 +29,6 @@ service RicochetCore {
// XXX Protobuf supports maps now. That could also be useful for contact
// update and such...
// XXX Service status
rpc GetIdentity (IdentityRequest) returns (Identity);
// Query contacts and monitor for contact changes. The full contact list