From 4ab270057f583c582668c090e975876cc47a22ac Mon Sep 17 00:00:00 2001 From: elysia-best Date: Wed, 3 Jun 2026 10:12:54 +0800 Subject: [PATCH] :beers: publish adapter Matrix (#4036) --- assets/adapters.json5 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/adapters.json5 b/assets/adapters.json5 index d24832b3..c5151e7e 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -368,4 +368,19 @@ ], "is_official": false }, + { + "module_name": "nonebot.adapters.matrix", + "project_link": "nonebot-adapter-matrix", + "name": "Matrix", + "desc": "Matrix 协议适配", + "author_id": 39023210, + "homepage": "https://github.com/elysia-best/adapter-matrix", + "tags": [ + { + "label": "matrix", + "color": "#81d4fa" + } + ], + "is_official": false + }, ]