From 58cc0a9662e1bd087c2910eb15aa7568f088bba5 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 2 Jul 2024 08:54:55 +0100 Subject: feat(send): tag each maintainer's repo event instead of just tagging the first maintainer's repo event and each maintainer with a p tag This allows for easier discoverability of the proposal when: * the first maintainer hasn't issued a repo event * the maintainers change over time and the single tagged repo event is no listed as a maintainer in anyone elses repo event --- test_utils/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test_utils/src/lib.rs') diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index ba9d30c..2825eaa 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs @@ -101,7 +101,8 @@ pub static TEST_KEY_2_NSEC: &str = "nsec1ypglg6nj6ep0g2qmyfqcv2al502gje3jvpwye6mthmkvj93tqkesknv6qm"; pub static TEST_KEY_2_NPUB: &str = "npub1h2yz2eh0798nh25hvypenrz995nla9dktfuk565ljf3ghnkhdljsul834e"; - +pub static TEST_KEY_2_PUBKEY_HEX: &str = + "ba882566eff14f3baa976103998c452d27fe95b65a796a6a9f92628bced76fe5"; pub static TEST_KEY_2_DISPLAY_NAME: &str = "carole"; pub static TEST_KEY_2_ENCRYPTED: &str = "...2"; pub static TEST_KEY_2_KEYS: Lazy = -- cgit v1.2.3