mirror of
https://github.com/vector-im/element-web.git
synced 2026-04-14 01:51:21 +02:00
* Remove redundant call intent computation I'm not clear on why we've been computing the intent of a call twice — first in generateWidgetUrl and then again in getWidgetData. Adding intent to the widget's data has no effect at all since there is no matching placeholder in the URL for it to be templated into. It seems we can safely delete this code. * Remove preload hack Element Web has long since upgraded past version 0.15.0 of Element Call, so we no longer need to set the preload parameter manually.