禁用时间线新功能

This commit is contained in:
hahwu 2025-07-30 15:08:55 +08:00
parent ce2a139da2
commit e9b22196a3

View File

@ -281,6 +281,8 @@ func (f *FriendMod) AddLog(Uid, Type int, Param string) int {
return f.AutoId return f.AutoId
} }
func (f *FriendMod) AddBubble(Id, Type int) { func (f *FriendMod) AddBubble(Id, Type int) {
//TODO QA版本暂时不开放
return
f.Bubble[Id] = &BubbleInfo{ f.Bubble[Id] = &BubbleInfo{
Id: Id, Id: Id,
Time: GoUtil.Now(), Time: GoUtil.Now(),