0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 09:28:56 +02:00
dendrite/cmd/dendrite-demo-yggdrasil/embed/embed_other.go
Neil Alexander ce2517b9fb Support embedding Riot Web (#1113)
* Embed

    * Support for embedding is better now

    * HTTP on localhost for Ygg demo

    * Move embed into Yggdrasil demo
2020-06-11 10:16:46 +01:00

7 lines
68 B
Go

// +build !riotweb
package embed
func Embed(_ int, _ string) {
}