Home
last modified time | relevance | path

Searched refs:SetGlobalAppNotificationSettingsLocal (Results 1 – 4 of 4) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_chat_notification_settings.go93 return lcli.SetGlobalAppNotificationSettingsLocal(ctx, strSettings)
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go7307 SetGlobalAppNotificationSettingsLocal(context.Context, map[string]bool) error methodSpec
8286 err = i.SetGlobalAppNotificationSettingsLocal(ctx, typedArgs[0].Settings)
9494 func (c LocalClient) SetGlobalAppNotificationSettingsLocal(ctx context.Context, settings map[string… func
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver.go1937 func (h *Server) SetGlobalAppNotificationSettingsLocal(ctx context.Context, func
H A Dserver_test.go7428 err = ctc.as(t, user).chatLocalHandler().SetGlobalAppNotificationSettingsLocal(ctx, strSettings())