mirror of
https://github.com/matrix-org/dendrite
synced 2024-10-31 21:19:04 +01:00
da2023ba04
* s/riot/element/g Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * fix formatting Co-authored-by: kegsay <kegan@matrix.org> Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
9 lines
119 B
Go
9 lines
119 B
Go
// +build !elementweb
|
|
|
|
package embed
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func Embed(_ *mux.Router, _ int, _ string) {
|
|
|
|
}
|