mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-17 21:52:28 +01:00
As of v2.7.2, fuse.js introduces a regression where the second argument to the constructor `Fuse` is assumed to be an object. There was one instance where we were not passing any argument. This fixes that.