You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v3.16.10: fix stale v3.16.5 in status bar (#5364) + ship deferred DM …
…PiP edit fixes
The v3.16.6 commit bumped package.json off-by-one to 3.16.5, and commits v3.16.7/8/9 never bumped it again. Every install since v3.16.6 has reported itself as v3.16.5 via /api/version and session-info. Bumping package.json to 3.16.10 and refreshing all client cache-bust strings in app.html.
Also ships the originally-intended v3.16.5 fixes that were only documented in CHANGELOG but whose code changes (DM PiP edit-message channelCode flow, encrypted upload error detail in toast) were left uncommitted in the working tree.