diff options
author | default <nobody@localhost> | 2023-05-08 09:02:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-08 09:02:45 +0200 |
commit | e2e7bc2d713e469d5af61f58dc85c063bba94e42 (patch) | |
tree | 799482b6085d6807f0471798c6244cc3e6f770b0 /html.c | |
parent | 29fb145fc471034d563ec49d19f4a2da6e330ff1 (diff) |
Added a source (web, mastoapi, etc) to lastlog_write().
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ int login(snac *snac, const xs_dict *headers) } if (logged_in) - lastlog_write(snac); + lastlog_write(snac, "web"); return logged_in; } |