mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
106146660c
as a preparation to serialize the eventIndex and fragmentId as a 8 character string, part of a concatenated string PK, as lumia doesn't support array keys.
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
// #ifdef PLATFORM_GNOME
|
|
// export {default} from "./ui/gnome/GnomePlatform.js";
|
|
// #else
|
|
export {default} from "./ui/web/WebPlatform.js";
|
|
// #endif
|