postmoogle/bot
Slavi Pantaleev 972b4c11c5 Do not call getSettings() for each option in help
Retrieving the settings object for each and every option was wasteful

I don't like how we're doing custom formatting for optionMailbox in many
different places. This should be redone.
2022-08-27 19:22:21 +03:00
..
bot.go refactor Send(), fixes #6 2022-08-26 23:06:20 +03:00
command.go Do not call getSettings() for each option in help 2022-08-27 19:22:21 +03:00
context.go refactor to context, remove sentry spans 2022-08-25 22:31:12 +03:00
data.go add 'nofiles' option, refactored bot.Send(); fixes #2 2022-08-26 16:11:08 +03:00
email.go refactor Send(), fixes #6 2022-08-26 23:06:20 +03:00
message.go refactor to context, remove sentry spans 2022-08-25 22:31:12 +03:00
settings.go Do not call getSettings() for each option in help 2022-08-27 19:22:21 +03:00
sync.go automatically remove mailboxes in empty rooms, fixes #3 2022-08-26 16:22:44 +03:00