comment out GXS_GROUP_FLAGS_PERSONALSIGN

This commit is contained in:
jolavillette 2026-02-25 20:41:06 +01:00
parent d1d009517e
commit f1dfe1d22f

View File

@ -34,7 +34,7 @@ const uint32_t WireCreateEnabledFlags = (
GXS_GROUP_FLAGS_DISTRIBUTION |
// GXS_GROUP_FLAGS_PUBLISHSIGN |
// GXS_GROUP_FLAGS_SHAREKEYS | // disabled because the UI doesn't handle it yet.
GXS_GROUP_FLAGS_PERSONALSIGN |
// GXS_GROUP_FLAGS_PERSONALSIGN |
// GXS_GROUP_FLAGS_COMMENTS |
GXS_GROUP_FLAGS_EXTRA |
0);