mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-21 15:03:45 +01:00
8 lines
68 B
Go
8 lines
68 B
Go
|
// +build !riotweb
|
||
|
|
||
|
package embed
|
||
|
|
||
|
func Embed(_ int, _ string) {
|
||
|
|
||
|
}
|