File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/handlers/src/admin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ impl OAuth2Session {
375
375
user_id : Some ( Ulid :: from_bytes ( [ 0x04 ; 16 ] ) ) ,
376
376
user_session_id : Some ( Ulid :: from_bytes ( [ 0x05 ; 16 ] ) ) ,
377
377
client_id : Ulid :: from_bytes ( [ 0x06 ; 16 ] ) ,
378
- scope : "urn:matrix:org.matrix.msc2967. client:api:*" . to_owned ( ) ,
378
+ scope : "urn:matrix:client:api:*" . to_owned ( ) ,
379
379
user_agent : Some ( "Mozilla/5.0" . to_owned ( ) ) ,
380
380
last_active_at : Some ( DateTime :: default ( ) ) ,
381
381
last_active_ip : Some ( "127.0.0.1" . parse ( ) . unwrap ( ) ) ,
Original file line number Diff line number Diff line change 469
469
"user_id" : " 040G2081040G2081040G208104" ,
470
470
"user_session_id" : " 050M2GA1850M2GA1850M2GA185" ,
471
471
"client_id" : " 060R30C1G60R30C1G60R30C1G6" ,
472
- "scope" : " urn:matrix:org.matrix.msc2967. client:api:*" ,
472
+ "scope" : " urn:matrix:client:api:*" ,
473
473
"user_agent" : " Mozilla/5.0" ,
474
474
"last_active_at" : " 1970-01-01T00:00:00Z" ,
475
475
"last_active_ip" : " 127.0.0.1" ,
You can’t perform that action at this time.
0 commit comments