Skip to content

Keychain detachment #100

@DarkGL

Description

@DarkGL

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions