!pm dkim reset; switch DKIM algo to RSA

This commit is contained in:
Aine
2022-09-08 09:31:09 +03:00
parent 31a1399736
commit a608fffea8
5 changed files with 16 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ func (b *Bot) handleCommand(ctx context.Context, evt *event.Event, commandSlice
case commandSend:
b.runSend(ctx)
case commandDKIM:
b.runDKIM(ctx)
b.runDKIM(ctx, commandSlice)
case commandUsers:
b.runUsers(ctx, commandSlice)
case commandDelete: