1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 10:18:08 +09:00
any-sync/acl/thread/pb/protos/thread.proto
2022-07-13 19:17:50 +03:00

9 lines
No EOL
198 B
Protocol Buffer

syntax = "proto3";
package anytype;
option go_package = "pb";
message ThreadHeader {
string firstChangeId = 1;
bool isWorkspace = 2;
// TODO: add user identity, signature and nano timestamp
}