Skip to main content

max / makenotwork

Export GroupId at the crate root GoingsOn's group commands take a GroupId; export it alongside AppId/DeviceId/ UserId. Part of Groups p4 M4. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-23 22:29 UTC
Commit: 856ad37b3bd87d6ee6ce568716381760959cc234
Parent: 4f55864
1 file changed, +1 insertion, -1 deletion
@@ -96,7 +96,7 @@ pub use error::{Result, SyncKitError};
96 96 pub use identity::{
97 97 IdentityKeypair, IdentityPublicKey, generate_group_key, open_gck_grant, seal_gck_to_member,
98 98 };
99 - pub use ids::{AppId, DeviceId, UserId};
99 + pub use ids::{AppId, DeviceId, GroupId, UserId};
100 100 pub use oauth::{Pkce, generate_oauth_state, generate_pkce, states_match};
101 101 #[cfg(feature = "store")]
102 102 pub use store::{