Enable user detail resolving
ci/woodpecker/push/ociImagePush Pipeline is running Details

This commit is contained in:
Natty 2024-01-15 01:46:24 +01:00
parent 475c33e57e
commit 185262eb05
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ impl NoteResolver {
&user_tbl,
);
// user_resolver.resolve(q, &user_tbl, &options.user_options);
user_resolver.resolve(q, &user_tbl, &options.user_options);
// Interactions like renotes or reactions from the specified user
if let Some(user_id) = &options.with_interactions_from {