mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
Merge branch 'llib-matrix-link-icon' into 'main'
matrix icon for matrix.to links See merge request Avris/Zaimki!229
This commit is contained in:
commit
48cf2a57c3
@ -75,6 +75,10 @@ const LINK_PROVIDERS = {
|
|||||||
icon: 'mastodon',
|
icon: 'mastodon',
|
||||||
iconSet: 'b',
|
iconSet: 'b',
|
||||||
},
|
},
|
||||||
|
matrix: {
|
||||||
|
regex: '^https?://(?:www.)?matrix\\.to/#/([^/?]+)',
|
||||||
|
icon: 'https://raw.githubusercontent.com/vector-im/logos/master/matrix/matrix-favicon.png',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user