Compare commits

...

3 Commits

Author SHA1 Message Date
freelance-bishop
5512b85dad
Merge 306f61dd48 into 2f9f848fb0 2023-08-13 12:11:49 +07:00
Travis Ralston
2f9f848fb0
Update README.md 2023-08-10 10:05:58 -06:00
Freelance Bishop
306f61dd48 Added outer iframe permissions to inner iframe 2020-11-21 15:20:54 +01:00
2 changed files with 7 additions and 6 deletions

View File

@ -1,13 +1,12 @@
![dimension](https://t2bot.io/_matrix/media/r0/download/t2l.io/b3101d429588673087f457a4bdd52f45)
An open source integration manager for matrix clients, like Element. For help and support, please visit
us in [#dimension:t2bot.io](https://matrix.to/#/#dimension:t2bot.io) on Matrix.
An open source integration manager for matrix clients, like Element. Community discussion in [#dimension:t2bot.io](https://matrix.to/#/#dimension:t2bot.io) on Matrix.
# 🚨 Project not receiving maintenance
# 🚨 Project archived
Please be aware that Dimension is no longer formally maintained. Bugs are not being looked at, and features are not being implemented.
Support for the project is extremely limited as well - please check the issue tracker before attempting to use Dimension.
There is no active support for the project either, and deploying it is difficult and possibly subject to security issues.
At a future date, Dimension may be replaced or made obsolete, however this is not planned for the immediate horizon.
@ -15,10 +14,12 @@ Chances are you don't need an integration manager though:
* Widgets can be added to rooms with Element Web/Desktop with `/addwidget`
* Self-hosted bots and bridges can be managed entirely by commands
* Stickers can either be supported by https://github.com/maunium/stickerpicker or MSC2545-supported clients (like Nheko)
* Stickers are best supported by https://github.com/maunium/stickerpicker
# Installing Dimension / Running your own
**This is no longer recommended to be run in your infrastructure.**
See [docs/installing.md](./docs/installing.md) for more information on running Dimension.
### "Could not contact integrations server" error

View File

@ -8,6 +8,6 @@
<h4>{{'Sorry, this content cannot be embedded' | translate}}</h4>
</div>
</div>
<iframe [src]="embedUrl" *ngIf="!isLoading && canEmbed" frameborder="0" allowfullscreen></iframe>
<iframe allow="microphone; camera; encrypted-media; autoplay; display-capture;" [src]="embedUrl" *ngIf="!isLoading && canEmbed" frameborder="0" allowfullscreen></iframe>
<my-fullscreen-button *ngIf="!isLoading && canEmbed" class="toggleFullscreen"></my-fullscreen-button>
</div>