-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
I want to add keychain detachment method, and I'm looking for someone to push me in the right direction.
After checking base_gcmessages.proto I think I need to use CMsgModifyItemAttribute
So something like
this._send(Language.ModifyItemAttribute, Protos.CMsgModifyItemAttribute, {
item_id ,
attr_defidx ,
attr_value ,
});similar to #15
Is this correct ?
Also, here #15 (comment) @vankxr suggest that you can hook to GC interface.
Is there any documentation how to do that?
Metadata
Metadata
Assignees
Labels
No labels