Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 20:36:23 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 20:59:11 +0300
commitff8c4b44a8f852b376bc5598f92aedb3a49b34c2 (patch)
treea626349e6c0f52efca9bbf85f94d27352f1e71c2 /sub/subService.go
parentf3280b46fea0933be174acb0ea58c308337836da (diff)
v1.7.7v1.7.7
Diffstat (limited to 'sub/subService.go')
-rw-r--r--sub/subService.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/subService.go b/sub/subService.go
index 0565100e..4cb14030 100644
--- a/sub/subService.go
+++ b/sub/subService.go
@@ -804,7 +804,7 @@ func (s *SubService) genRemark(inbound *model.Inbound, email string, extra strin
}
}
}
- return strings.Join(remark, "-")
+ return strings.Join(remark, " : ")
}
func searchKey(data interface{}, key string) (interface{}, bool) {