mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00

* Read-your-writes consistency on connection update Allow updates to connections made via config widgets to be reflected immediately upon save in the widget UI. * Use HTML elements as `ref`s in widgets Fixes #422 * Add changelog * Let widgets use new connection config on save After a connection config is updated, but before a widget requests the latest config from the bridge, make the widget display the just-saved config instead of what the config was before being updated. * Use input placeholder as prefix default Otherwise, leaving the prefix field blank would apply no prefix, and violate prefix length requirements.