Add event when user goes offline.

This commit is contained in:
Paul
2021-05-03 08:57:49 +01:00
parent 92bface6ae
commit 2e996a487b
3 changed files with 28 additions and 7 deletions

7
publish.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Tip: for subsequent builds, don't update Cargo.toml
# in order to not download all the crates again.
# Update Cargo.toml on major release.
version=0.4.1-alpha.4
docker build -t revoltchat/server:${version} . &&
docker push revoltchat/server:${version}