Loading console/console.pb.go +930 −926 File changed.Preview size limit exceeded, changes collapsed. Show changes console/console.proto +3 −3 Original line number Diff line number Diff line Loading @@ -727,10 +727,10 @@ message ListChannelMessagesRequest { string user_id_two = 5; // Cursor to start from string cursor = 6; // Whether to list messages from oldest to newest, or newest to oldest. // Whether to list messages from oldest to newest, or newest to oldest bool forward = 7; // Timestamp to list messages around, if no cursor is provided int64 haystack_sec = 8; // (Optional) Timestamp to list messages around, if no cursor is provided google.protobuf.Int64Value haystack_sec = 8; } // List (and optionally filter) groups. Loading console/console.swagger.json +1 −1 Original line number Diff line number Diff line Loading @@ -1190,7 +1190,7 @@ }, { "name": "haystack_sec", "description": "Timestamp to list messages around, if no cursor is provided.", "description": "(Optional) Timestamp to list messages around, if no cursor is provided.", "in": "query", "required": false, "type": "string", Loading Loading
console/console.pb.go +930 −926 File changed.Preview size limit exceeded, changes collapsed. Show changes
console/console.proto +3 −3 Original line number Diff line number Diff line Loading @@ -727,10 +727,10 @@ message ListChannelMessagesRequest { string user_id_two = 5; // Cursor to start from string cursor = 6; // Whether to list messages from oldest to newest, or newest to oldest. // Whether to list messages from oldest to newest, or newest to oldest bool forward = 7; // Timestamp to list messages around, if no cursor is provided int64 haystack_sec = 8; // (Optional) Timestamp to list messages around, if no cursor is provided google.protobuf.Int64Value haystack_sec = 8; } // List (and optionally filter) groups. Loading
console/console.swagger.json +1 −1 Original line number Diff line number Diff line Loading @@ -1190,7 +1190,7 @@ }, { "name": "haystack_sec", "description": "Timestamp to list messages around, if no cursor is provided.", "description": "(Optional) Timestamp to list messages around, if no cursor is provided.", "in": "query", "required": false, "type": "string", Loading