rougier / mastodon-alt

Emacs alternative mastodon layout
GNU General Public License v3.0
46 stars 10 forks source link

Renamed defuns in latest matodon 1.0.13 #17

Open csantosb opened 10 months ago

csantosb commented 10 months ago

The defun mastodon-tl--toot-id has been renamed to mastodon-tl--item-id

csantosb commented 10 months ago

Similarly,

mastodon-tl--goto-prev-toot has been renamed to mastodon-tl--goto-prev-item, and mastodon-tl--goto-next-toot to mastodon-tl--goto-next-item.

csantosb commented 10 months ago

Same way, it is necessary to rename all references to toot-id by item-id.

rougier commented 10 months ago

Ah damned. Can you make a PR?

csantosb commented 10 months ago

Here we go: #18