3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-05-07 07:57:59 +02:00
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

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)