Simple static location sharing (#19754)
Adds static location share a la [MSC3488](https://github.com/matrix-org/matrix-doc/pull/3488) behind a labs flag, supporting legacy `m.location` `msgtype` too. Powered by https://github.com/matrix-org/matrix-react-sdk/pull/7135. Adds maplibre as a dependency. To make this work, you have to add a valid `map_style_url` to your config.json.
This commit is contained in:
parent
95a2b8eb2f
commit
9b780e0e60
4 changed files with 19 additions and 1 deletions
|
@ -12,3 +12,6 @@ Object.defineProperty(window, 'matchMedia', {
|
|||
dispatchEvent: jest.fn(),
|
||||
})),
|
||||
});
|
||||
|
||||
// maplibre requires a createObjectURL mock
|
||||
global.URL.createObjectURL = jest.fn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue