kensanata / bitlbee-mastodon

A Mastodon plugin for Bitlbee
https://alexschroeder.ch/software/Bitlbee_Mastodon
GNU General Public License v2.0
30 stars 7 forks source link

getting only new toot #44

Open pascalpoitras opened 4 years ago

pascalpoitras commented 4 years ago

When connecting to twitter using bitlbee, I receive only tweets that was posted when I was offline. With mastodon, I receive the last 20 toots even if I have already seen them.

To reproduce :

  1. account off
  2. account on
  3. account off
  4. account on

each time we get the last 20 toots even if we already seen them.

Is it possible to make it works like twitter, receive only "not seen yet" toot.

kensanata commented 4 years ago

The API doesn't support that, so the Bitlbee Server would have to remember the last message id seen or something like that. Currently, nothing like that is supported.