Build 73
Re-enable the alpha display of content credentials
This commit is contained in:
parent
3eca0ce41e
commit
7810d43d7a
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keanuapp-weblite",
|
||||
"version": "0.1.72",
|
||||
"version": "0.1.73",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keanuapp-weblite",
|
||||
"version": "0.1.71",
|
||||
"version": "0.1.72",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
|
|
@ -477,9 +477,9 @@ class Util {
|
|||
msgtype: msgtype,
|
||||
};
|
||||
|
||||
// if (proofHintFlags) {
|
||||
// messageContent[CLIENT_EVENT_PROOF_HINT] = JSON.stringify(proofHintFlags);
|
||||
// }
|
||||
if (proofHintFlags) {
|
||||
messageContent[CLIENT_EVENT_PROOF_HINT] = JSON.stringify(proofHintFlags);
|
||||
}
|
||||
|
||||
// If thread root (an eventId) is set, add that here
|
||||
if (threadRoot) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue