@verychat/channel-protos 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,7 @@ message ChannelMessage {
83
83
  int32 seq = 5;
84
84
  string message = 6;
85
85
  repeated int32 mentions = 7;
86
- int64 reply = 8;
86
+ int32 reply = 8;
87
87
  repeated Reaction reactions = 9;
88
88
  }
89
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verychat/channel-protos",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",