mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-02-01 06:43:15 +00:00
Fix protobuf def
This commit is contained in:
parent
f700367e62
commit
a24e9c82c3
@ -107,7 +107,7 @@ import protons from 'protons';
|
||||
|
||||
const proto = protons(`
|
||||
message SimpleChatMessage {
|
||||
float timestamp = 1;
|
||||
uint64 timestamp = 1;
|
||||
string text = 2;
|
||||
}
|
||||
`);
|
||||
@ -180,7 +180,7 @@ import protons from 'protons';
|
||||
|
||||
const proto = protons(`
|
||||
message SimpleChatMessage {
|
||||
float timestamp = 1;
|
||||
uint64 timestamp = 1;
|
||||
string text = 2;
|
||||
}
|
||||
`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user