This commit is contained in:
Henry Hiles 2026-01-27 01:13:02 +00:00
commit c084bc4caf
No known key found for this signature in database
12 changed files with 182 additions and 156 deletions

View file

@ -1,5 +0,0 @@
import "package:matrix/matrix.dart";
extension GetHeaders on Client {
Map<String, String> get headers => {"authorization": "Bearer $accessToken"};
}