Ensure bot tag is replayed for DMs
This commit is contained in:
Shivaram Lingamneni
2026-04-28 05:14:48 +00:00
parent 899ec1e2d4
commit 85f7fe2c06
+1
View File
@@ -2498,6 +2498,7 @@ func dispatchMessageToTarget(client *Client, tags map[string]string, histType hi
Type: histType,
Message: message,
Tags: tags,
IsBot: isBot,
}
client.addHistoryItem(user, item, &details, &tDetails, config)