Revert "禁用时间线新功能"

This reverts commit e9b22196a3.
This commit is contained in:
hahwu 2025-07-30 17:18:47 +08:00
parent 014f155980
commit bf35c7ec87

View File

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