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:44:18 +0200 |
commit | f714e508a337c3a9a9dbb1822d78b1042450ae86 (patch) | |
tree | ed5c24240cf8287d83b017676437435ac8ba263f /test/common.test | |
parent | a8b7cde0814481647d4d2b2aa2ee93a3b04a3251 (diff) |
Automatic discovery of peers for pending messages
Changelog: Automatic discovery of peers for pending direct messages
Diffstat (limited to 'test/common.test')
-rw-r--r-- | test/common.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common.test b/test/common.test new file mode 100644 index 0000000..89941f0 --- /dev/null +++ b/test/common.test @@ -0,0 +1,3 @@ +module common + +export def refpat = /blake2#[0-9a-f]*/ |