element-web/src/utils
David Baker d82a05fbae Fix integration manager not updating when set
setUserWidget was modifying the content of the old event itself,
so when `waitForUserWidget()` checked the content to see if it was
there yet, it was, but because the echo hadn't come back, the
IntegrationManager hadn't rebuilt its list.

In other news, its terrifying that we can just accidentally modify
the content of an event in the store. I'm going to make a js-sdk
PR that freezes the content and see what breaks...

Fixes https://github.com/vector-im/riot-web/issues/10977
2019-10-02 15:26:54 +01:00
..
permalinks Appease the linter 2019-09-30 21:03:16 -06:00
Accessibility.js appease the js-doc linter 2019-05-21 09:33:52 -06:00
AutoDiscoveryUtils.js Make registration work without an IS. 2019-08-07 11:15:56 +01:00
colour.js Fix /rainbowme and /rainbow breaking apart utf-16 emoji 2019-07-25 19:25:28 +01:00
createMatrixClient.js Remove unused option for disabling IndexedDB 2019-03-26 13:29:04 +00:00
DecryptFile.js eslint --fix src/ 2018-10-26 22:50:38 -05:00
DirectoryUtils.js move room directory logic over from riot-web 2018-04-11 23:58:46 +01:00
DMRoomMap.js eslint --fix src/ 2018-10-26 22:50:38 -05:00
EditorStateTransfer.js fix grammar fail 2019-06-13 13:28:21 +02:00
ErrorUtils.js Error on splash screen if sync is failing 2018-09-07 12:18:25 +01:00
EventUtils.js allow editing emotes 2019-06-14 11:01:34 +02:00
FontManager.js lint 2019-06-02 04:47:23 +01:00
FormattingUtils.js Extract MELS-style comma separated list to shared utility 2019-05-20 15:21:18 +01:00
HostingLink.js Only show hosting link if domain == matrix.org 2019-03-06 10:22:19 +00:00
IdentityServerUtils.js Allow connecting to an IS from address picker 2019-08-29 15:28:34 +01:00
MegolmExportEncryption.js actually clear bit 63 instead of bit 55 2019-04-25 11:04:48 -04:00
MessageDiffUtils.js workaround diff-dom returning redundant diff actions 2019-07-31 12:25:04 +02:00
MultiInviter.js Handle M_UNSUPPORTED_ROOM_VERSION in invites and room creation 2019-04-09 19:03:38 -06:00
pages.js Remove the white screen of welcome 2019-02-14 12:35:09 +00:00
PasswordScorer.js Check password complexity during registration 2019-04-25 14:29:10 +01:00
pillify.js fix copyright header and whitespace 2019-06-26 16:13:15 +02:00
PinningUtils.js Show an indicator when there are any pins in the room 2017-11-03 20:00:48 -06:00
Receipt.js Run eslint --fix 2017-10-11 17:56:17 +01:00
ResizeNotifier.js fix lint 2019-03-28 18:29:48 +01:00
StorageManager.js lint 2019-05-15 14:00:37 +01:00
Timer.js Fix remaining warnings for enabled files 2019-01-23 18:38:49 -06:00
TypeUtils.js Update ServerTypeSelector for registration to use a server config 2019-05-03 11:32:59 -06:00
UrlUtils.js Move URL abbreviation to its own util file 2019-08-21 08:46:10 -06:00
WidgetUtils.js Fix integration manager not updating when set 2019-10-02 15:26:54 +01:00