core: Remove outdated todo comments
This commit is contained in:
parent
12422351d2
commit
91dbe5a261
|
@ -128,8 +128,6 @@ func (this *ContactList) AddContactRequest(address, name, fromName, text string)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create Contact
|
// 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)
|
contact, err := ContactFromConfig(this.core, contactId, configContact, this.events)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
|
@ -29,7 +29,6 @@ service RicochetCore {
|
||||||
// XXX Protobuf supports maps now. That could also be useful for contact
|
// XXX Protobuf supports maps now. That could also be useful for contact
|
||||||
// update and such...
|
// update and such...
|
||||||
|
|
||||||
// XXX Service status
|
|
||||||
rpc GetIdentity (IdentityRequest) returns (Identity);
|
rpc GetIdentity (IdentityRequest) returns (Identity);
|
||||||
|
|
||||||
// Query contacts and monitor for contact changes. The full contact list
|
// Query contacts and monitor for contact changes. The full contact list
|
||||||
|
|
Loading…
Reference in New Issue