Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing older messages sent via MS Teams client #54

Open
nydydn opened this issue Jul 1, 2024 · 1 comment
Open

Accessing older messages sent via MS Teams client #54

nydydn opened this issue Jul 1, 2024 · 1 comment

Comments

@nydydn
Copy link

nydydn commented Jul 1, 2024

Is it possible to access conversation messages that were sent/read in MS Teams client, in Pidgin?

@EionRobb
Copy link
Owner

EionRobb commented Jul 2, 2024

Technically, yes. The tricky bit is knowing when to trigger it.

There's been debate over the years in other protocol plugins about the best way to go about it, eg with a "/history 50" command that might bring in the last 50 messages for a room, or if there was a way to download it only into the Pidgin logs, to then be able to do a Conversation -> History lookup (although this is trickier).

Unfortunately due to the way that protocol plugins are separated from the UI it's not always possible to know if a chat has been opened before, eg to automatically pull all history when first joining a group chat, and that's had some issues on non-Pidgin clients.

I'd love some more input on when/where the first place you went looking for history was, to see if there's an intuitive idea that we could hook into, if possible :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants