feat: update fetch message to support user client

This commit is contained in:
krau
2025-06-09 16:54:51 +08:00
parent 19535d0438
commit 9d3a3a8dcd
3 changed files with 24 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ var ectx *ext.Context
func GetCtx() *ext.Context {
if ectx != nil {
// UC.RefreshContext(ectx)
return ectx
}
ectx = UC.CreateContext()