aboutsummaryrefslogtreecommitdiff
path: root/xmpp
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-29 13:00:42 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2024-01-29 13:00:42 +0300
commit20e6d2558e868d61d7168ffe5ca4f3bff0a240c7 (patch)
tree4be00780eb2fe931f824dc83ef018f1df320d343 /xmpp
parent3a60a1cfaa9329e4c89b8c160892dda75de6c560 (diff)
Version 1.9.0v1.9.0
Diffstat (limited to 'xmpp')
-rw-r--r--xmpp/gateway/gateway.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp/gateway/gateway.go b/xmpp/gateway/gateway.go
index 736f760..de0ec8d 100644
--- a/xmpp/gateway/gateway.go
+++ b/xmpp/gateway/gateway.go
@@ -24,6 +24,7 @@ type Reply struct {
}
type MarkerType byte
+
const (
MarkerTypeReceived MarkerType = iota
MarkerTypeDisplayed