diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sub_commands/list.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sub_commands/list.rs b/src/sub_commands/list.rs index 47a8fdc..413406a 100644 --- a/src/sub_commands/list.rs +++ b/src/sub_commands/list.rs | |||
| @@ -196,7 +196,8 @@ pub async fn find_pr_events( | |||
| 196 | nostr::Filter::default() | 196 | nostr::Filter::default() |
| 197 | .kind(nostr::Kind::Custom(PATCH_KIND)) | 197 | .kind(nostr::Kind::Custom(PATCH_KIND)) |
| 198 | .custom_tag(nostr::Alphabet::T, vec!["root"]) | 198 | .custom_tag(nostr::Alphabet::T, vec!["root"]) |
| 199 | .identifiers( | 199 | .custom_tag( |
| 200 | nostr::Alphabet::A, | ||
| 200 | repo_ref | 201 | repo_ref |
| 201 | .maintainers | 202 | .maintainers |
| 202 | .iter() | 203 | .iter() |