Closed TatamoChang closed 1 year ago
@TatamoChang how many pinned memos do you have?
2 or 3 sometimes.
All memos in api response with key "pinned": {true|false},
, it defines each memo is pinned or not.
[
{
"content": "string",
"createdTs": 0,
"creatorID": 0,
"id": 0,
"pinned": true,
"relationList": [
{
"memoID": 0,
"relatedMemoID": 0,
"type": "REFERENCE"
}
],
"resourceIDList": [
0
],
"rowStatus": "NORMAL",
"updatedTs": 0,
"visibility": "PUBLIC"
}
]
fixed in new release
Dear logseq-memos-sync Developer,
I want to express my gratitude for creating the logseq-memos-sync tool. It has been a valuable addition to my workflow, helping me keep my memos synchronized effortlessly. However, I have encountered a minor issue that I would like to bring to your attention.
After I pin a memo to the top of my list, I have noticed that any new memos I create do not seem to update as expected. It appears that the synchronization may not be working correctly in this specific scenario.
Once again, thank you for your work on logseq-memos-sync, and I look forward to any improvements or solutions you may provide in the future.
Sincerely, Jason Chang