mirror of
https://github.com/matrix-construct/construct
synced 2025-01-17 01:51:53 +01:00
modules/console: Show the event_id of the access_token event.
This commit is contained in:
parent
d5e8bbbf4a
commit
5b962205d1
1 changed files with 3 additions and 1 deletions
|
@ -8906,7 +8906,9 @@ console_cmd__user__tokens(opt &out, const string_view &line)
|
|||
<< " "
|
||||
<< ost
|
||||
<< " "
|
||||
<< pretty(now - ost) << " ago";
|
||||
<< pretty(now - ost) << " ago"
|
||||
<< " "
|
||||
<< json::get<"event_id"_>(event);
|
||||
|
||||
|
||||
if(clear)
|
||||
|
|
Loading…
Add table
Reference in a new issue