diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-26 21:45:34 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-06-28 20:47:59 +0200 |
commit | 889caed710b35313fa09e5c1507d35fbc153672a (patch) | |
tree | bc208fb38f8de2c1df515cb8da1429a7168e96ce /common.test | |
parent | 48bcf09b46cd8f892e499db266a6e304c9781129 (diff) |
(test) Automatic discovery of peers for pending messages
Changelog: Automatic discovery of peers for pending direct messages
Diffstat (limited to 'common.test')
-rw-r--r-- | common.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common.test b/common.test new file mode 100644 index 0000000..89941f0 --- /dev/null +++ b/common.test @@ -0,0 +1,3 @@ +module common + +export def refpat = /blake2#[0-9a-f]*/ |