TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Microsoft Teams desktop reply to message feature missing

3 pointsby huxainover 4 years ago

1 comment

denysvitaliover 4 years ago
This is indeed frustrating, but there might be a technical explanation behind it: AFAIK message ids on Microsoft Teams are generated by the clients, and one cannot easily jump to a message ID.<p>Their Teams mobile app does something more stupid, but that kinda works: when you reply to a message, the message is copy-pasted as a quote and you are basically sending back the original message to the user.<p>I really don&#x27;t agree with most of their engineering choices and I feel they&#x27;re focusing on the wrong things (bringing new features instead of trying to get it to be a good software): but this could totally be a decision dictated by business. Their clients are super heavy on CPU and memory and I can barely use the web version.<p>On a side note, I&#x27;m trying to fix part of this mess myself by writing a Microsoft Teams library (and later a &#x2F; multiple clients) so that I can finally use without complaining about it: <a href="https:&#x2F;&#x2F;github.com&#x2F;fossteams&#x2F;teams-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fossteams&#x2F;teams-api</a>