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 | 9b57f55f98ccc59bc6b2ba97e8971d13c5c508ab (patch) | |
tree | a3f83632ba981836c75201d475c3481bf547b8ae /common.test | |
parent | a449648065d72ac61087168980605779fda3075a (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]*/ |