EINDEX / logseq-memos-sync

Logseq plugin for sync Memos to logseq.
GNU General Public License v3.0
88 stars 13 forks source link

Can not sync new memos after pinned memo #25

Closed TatamoChang closed 1 year ago

TatamoChang commented 1 year ago

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

EINDEX commented 1 year ago

@TatamoChang how many pinned memos do you have?

TatamoChang commented 1 year ago

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"
  }
]
EINDEX commented 1 year ago

fixed in new release