程智超0668000959
9f246a6482
test(channels): add edge case tests for toChannelHashes type assertions
...
Add 3 tests covering scenarios that previously panicked: 1) missing enabled key in settings 2) enabled field with non-bool type 3) teams_webhook with webhooks using map[string]any from JSON unmarshal
2026-06-06 00:31:44 +08:00
Cytown
667fc85d54
refactor(config): make config.Channel to multiple instance support
...
add new field type to Channel struct
config.channels refactor to channel_list
update config version to 3
update the docs
2026-04-13 22:21:21 +08:00
Cytown
b646d3b8fe
refactor config and security to simplified the structure ( #2068 )
2026-03-28 00:03:34 +08:00
Cytown
e455eb5e67
refactor: seperate security.yml for store keys
2026-03-22 01:55:00 +08:00
Cytown
a8ce992429
refactor[gateway]: just reload the changed channels on reload occurred ( #1773 )
2026-03-19 15:28:52 +08:00