Enable user detail resolving
ci/woodpecker/push/ociImagePush Pipeline is running
Details
ci/woodpecker/push/ociImagePush Pipeline is running
Details
This commit is contained in:
parent
475c33e57e
commit
185262eb05
|
@ -228,7 +228,7 @@ impl NoteResolver {
|
||||||
&user_tbl,
|
&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
|
// Interactions like renotes or reactions from the specified user
|
||||||
if let Some(user_id) = &options.with_interactions_from {
|
if let Some(user_id) = &options.with_interactions_from {
|
||||||
|
|
Loading…
Reference in New Issue