fix: sniff chat attachment mime (#670) (thanks @cristip73)

This commit is contained in:
Peter Steinberger
2026-01-10 20:06:33 +01:00
parent c4e76eb635
commit 193ebba657
7 changed files with 131 additions and 13 deletions

View File

@@ -1674,6 +1674,7 @@ export async function startGatewayServer(
getHealthCache: () => healthCache,
refreshHealthSnapshot,
logHealth,
logGateway: log,
incrementPresenceVersion: () => {
presenceVersion += 1;
return presenceVersion;