mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix(web): unify channel icon fallbacks (#397)
This commit is contained in:
@@ -23,9 +23,7 @@ var embeddedStaticRoutes = map[string]struct {
|
||||
assetPath string
|
||||
contentType string
|
||||
}{
|
||||
"/logo.png": {assetPath: "logo.png", contentType: "image/png"},
|
||||
"/channels/telegram.webp": {assetPath: "channels/telegram.webp", contentType: "image/webp"},
|
||||
"/channels/feishu.png": {assetPath: "channels/feishu.png", contentType: "image/png"},
|
||||
"/logo.png": {assetPath: "logo.png", contentType: "image/png"},
|
||||
}
|
||||
|
||||
func NewEmbeddedWebHandler(log *slog.Logger) (*EmbeddedWebHandler, error) {
|
||||
|
||||
Reference in New Issue
Block a user