0
0
Fork 0
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:
Jason Volk 2019-02-20 13:53:58 -08:00
parent d5e8bbbf4a
commit 5b962205d1

View file

@ -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)