fix: don't return all members on message query / search

This commit is contained in:
Paul Makles
2022-01-03 15:21:12 +00:00
parent 345c4c627c
commit ce68f7eeed
9 changed files with 36 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
export version=0.5.3-alpha.12
export version=0.5.3-alpha.13
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs