TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Microsoft Teams desktop reply to message feature missing

3 点作者 huxain超过 4 年前

1 comment

denysvitali超过 4 年前
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>