diff options
Diffstat (limited to 'mastoapi.c')
| -rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -854,7 +854,7 @@ int process_auth_token(snac *snac, const xs_dict *req) | |||
| 854 | logged_in = 1; | 854 | logged_in = 1; |
| 855 | 855 | ||
| 856 | /* this counts as a 'login' */ | 856 | /* this counts as a 'login' */ |
| 857 | lastlog_write(snac); | 857 | lastlog_write(snac, "mastoapi"); |
| 858 | 858 | ||
| 859 | srv_debug(2, xs_fmt("mastoapi auth: valid token for user %s", uid)); | 859 | srv_debug(2, xs_fmt("mastoapi auth: valid token for user %s", uid)); |
| 860 | } | 860 | } |