From b296e336b4810e76c693f079c6407fafce6f47ca Mon Sep 17 00:00:00 2001 From: rispele <50751327+Rispele@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:30:17 +0500 Subject: [PATCH] Update DiadocMessage-GetApi.proto --- proto/Events/DiadocMessage-GetApi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Events/DiadocMessage-GetApi.proto b/proto/Events/DiadocMessage-GetApi.proto index 79cb914..48e51b4 100644 --- a/proto/Events/DiadocMessage-GetApi.proto +++ b/proto/Events/DiadocMessage-GetApi.proto @@ -95,6 +95,7 @@ message MessagePatch { message Entity { optional EntityType EntityType = 1 [default = UnknownEntityType]; required string EntityId = 2; + optional string AuthorUserId = 33; optional string ParentEntityId = 3; optional Content Content = 4; // null <=> there is no content for this entity (very unlikely to happen) optional AttachmentType AttachmentType = 5 [default = UnknownAttachmentType]; // only for EntityType.Attachment