private invite vectored participants

This commit is contained in:
Jazz Turner-Baggs 2025-06-29 13:25:14 -07:00
parent 16dbe448f5
commit a986259416
No known key found for this signature in database

View File

@ -3,5 +3,5 @@ syntax = "proto3";
package umbra.invite;
message InvitePrivateV1 {
string participants = 1;
repeated string participants = 1;
}