From 8cc4e30baefa5984a647ce8717c18de8a9a513b6 Mon Sep 17 00:00:00 2001
From: wangchuxiao <wangchuxiao97@outlook.com>
Date: Sun, 24 Apr 2022 10:47:08 +0800
Subject: [PATCH] fix docker-compose

---
 docker-compose.yaml           | 2 +-
 pkg/proto/office/office.proto | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml
index 8cb8a4ae9..be661eaef 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -94,7 +94,7 @@ services:
     command: /usr/local/bin/etcd --name etcd0 --data-dir /etcd-data --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls http://0.0.0.0:2379 --listen-peer-urls http://0.0.0.0:2380 --initial-advertise-peer-urls http://0.0.0.0:2380 --initial-cluster etcd0=http://0.0.0.0:2380 --initial-cluster-token tkn --initial-cluster-state new
 
   open_im_server:
-    image: openim/open_im_server:v2.0.7
+    image: openim/open_im_server:v2.0.8
     container_name: open_im_server
     volumes:
       - ./logs:/Open-IM-Server/logs
diff --git a/pkg/proto/office/office.proto b/pkg/proto/office/office.proto
index 63d04955a..6e1a7a981 100644
--- a/pkg/proto/office/office.proto
+++ b/pkg/proto/office/office.proto
@@ -220,8 +220,9 @@ message ChangeWorkMomentPermissionResp {
 
 message GetUserWorkMomentsReq {
   string userID = 1;
-  server_api_params.RequestPagination Pagination = 2;
-  string operationID = 3;
+  string opUserID = 2;
+  server_api_params.RequestPagination Pagination = 3;
+  string operationID = 4;
 }
 
 message GetUserWorkMomentsResp {