Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Can not sync new memos after pinned memo #25

Closed
TatamoChang opened this issue Sep 5, 2023 · 3 comments
Closed

Can not sync new memos after pinned memo #25

TatamoChang opened this issue Sep 5, 2023 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@TatamoChang
Copy link

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 EINDEX added bug Something isn't working help wanted Extra attention is needed labels Sep 15, 2023
@EINDEX
Copy link
Owner

EINDEX commented Sep 15, 2023

@TatamoChang how many pinned memos do you have?

@TatamoChang
Copy link
Author

TatamoChang commented Sep 16, 2023

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 added a commit that referenced this issue Sep 17, 2023
Signed-off-by: EINDEX <snowstarlbk@gmail.com>
@EINDEX
Copy link
Owner

EINDEX commented Sep 17, 2023

fixed in new release

@EINDEX EINDEX closed this as completed Sep 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants