Pavel Korytov
Pavel Korytov
Thank you! I didn't think someone would actually try to launch my config. Pretty cool that you made it though. I've added checks for the problems you had, so Emacs...
The `jsonlint-mod` package can be imported like `import jsonlint from 'jsonlint-mod'` for browser
That's right, `base-toot-id` was renamed to `base-item-id` here: https://codeberg.org/martianh/mastodon.el/commit/574c17c4bdfe43a3081ddcbde4452dd477929c02 I've just found that problem because since this commit `mastodon-tl--thread` uses the following to get an id: ```lisp (mastodon-tl--property 'base-item-id :no-move)...
I'd propose merging #22 because it supersedes this PR. #22 also fixes `mastodon--toot-reply` in thread view.