Build 72
Don't send proof hint flags for now.
This commit is contained in:
parent
be7aa6b0ca
commit
3eca0ce41e
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keanuapp-weblite",
|
"name": "keanuapp-weblite",
|
||||||
"version": "0.1.71",
|
"version": "0.1.72",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keanuapp-weblite",
|
"name": "keanuapp-weblite",
|
||||||
"version": "0.1.70",
|
"version": "0.1.71",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
||||||
|
|
@ -477,9 +477,9 @@ class Util {
|
||||||
msgtype: msgtype,
|
msgtype: msgtype,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (proofHintFlags) {
|
// if (proofHintFlags) {
|
||||||
messageContent[CLIENT_EVENT_PROOF_HINT] = JSON.stringify(proofHintFlags);
|
// messageContent[CLIENT_EVENT_PROOF_HINT] = JSON.stringify(proofHintFlags);
|
||||||
}
|
// }
|
||||||
|
|
||||||
// If thread root (an eventId) is set, add that here
|
// If thread root (an eventId) is set, add that here
|
||||||
if (threadRoot) {
|
if (threadRoot) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue