mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Allow GitLab connections without hook permissions Warn instead of fail when connecting a GitLab project that Hookshot cannot provision a webhook for. * Mention manual "Secret token" for GitLab webhooks * Refactor warning pane into a separate component * Recolour warning pane for better contrast
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
declare module "*.png" {
|
|
const content: string
|
|
export = content
|
|
}
|
|
declare module "*.svg" {
|
|
const content: string
|
|
export = content
|
|
} |