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 | b00317484b42ce681877c72fb973cfc8381c9604 (patch) | |
tree | 80260259aafc53244f63707b5baaea8b32361087 /test/common.test | |
parent | 5b3c52c50b5301d009fb9a0d44b4cf91d50f6de4 (diff) |
Automatic discovery of peers for pending messagesrelease-0.1
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]*/ |