mirror of
https://github.com/songquanpeng/message-pusher.git
synced 2025-10-04 07:46:26 +08:00
feat: show new message count & new user count in home page
This commit is contained in:
@@ -28,6 +28,8 @@ func GetStatus(c *gin.Context) {
|
||||
"turnstile_site_key": common.TurnstileSiteKey,
|
||||
"message_persistence": common.MessagePersistenceEnabled,
|
||||
"message_render": common.MessageRenderEnabled,
|
||||
"message_count": common.MessageCount,
|
||||
"user_count": common.UserCount,
|
||||
},
|
||||
})
|
||||
return
|
||||
|
Reference in New Issue
Block a user