diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-11-14 23:11:04 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-11-14 23:11:04 +0300 |
commit | 736abcb5bc3a7e2c0f1f1dfd3052cb6153b60d02 (patch) | |
tree | d98db15053f0889f999ae60e0fd67be8c3a963f9 /Makefile | |
parent | 47cf94ad01b4db8749c55c1a1dca50c9b94daf02 (diff) |
Send presence for recovered sessions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ all: go build -o telegabber test: - go test -v ./config ./ ./telegram + go test -v ./config ./ ./telegram ./xmpp lint: $(GOPATH)/bin/golint ./... |