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
path: root/sub
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 21:54:56 +0300
commit149bd0ec51adddbc4017a978f1e54ba3f7739619 (patch)
treeb941245efb13850e3c2544ae8c5302d3794dcaac /sub
parentf3280b46fea0933be174acb0ea58c308337836da (diff)
v1.7.7
Diffstat (limited to 'sub')
-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) {