Adam Porter
Adam Porter
AFAIK there's a Wallabag package out there somewhere now...
Should be fixed in https://github.com/alphapapa/pocket-reader.el/commit/b56bcd3abb8aaecf1921b7db54db9d3b1290917b
I'd like to fix this, if anything needs to be fixed here, but I don't seem to have enough information. Please chime in if this still happens.
Hm, you're the first user to report having a token be expired. I saw an addition to the Matrix spec allowing for that, but I didn't know it was actually...
See: * https://spec.matrix.org/latest/client-server-api/#soft-logout * https://spec.matrix.org/latest/client-server-api/#refreshing-access-tokens * https://spec.matrix.org/latest/client-server-api/#post_matrixclientv3refresh This will require changes in several places.
@phil-s Please try this branch: https://github.com/alphapapa/ement.el/tree/wip/soft-logout When the server does a soft-logout, Ement should tell you to run `M-x ement-refresh`, which should run the login procedure again. Once that is...
@phil-s Sorry, just a simple oversight on my part. Please pull the branch again and let me know if it works next time.
@phil-s Hm, that's weird. The error from `persist-load` is surprising, because I haven't changed anything that should affect the one variable we use `persist` for. Anyway, I just pushed a...
And, as you mentioned: > I won't get a session time-out for about a week (unless there's a way to tell the server to invalidate the current session on demand)....