You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detail:
if you click set metadata -> set time, it will be {++"time":1709865543@@xxx++} , you can see it is not surrounded metadata with {} . same situation for set author.
example:
set metadata -> set author to set author to me
expect: {++{"author":"me"}@@xxx++}
actual: {++"author":"me"@@xxx++}
The text was updated successfully, but these errors were encountered:
Detail:
if you click set metadata -> set time, it will be
{++"time":1709865543@@xxx++}
, you can see it is not surrounded metadata with{}
. same situation for set author.example:
set metadata -> set author to set author to
me
expect:
{++{"author":"me"}@@xxx++}
actual:
{++"author":"me"@@xxx++}
The text was updated successfully, but these errors were encountered: