禁用时间线新功能
This commit is contained in:
parent
ce2a139da2
commit
e9b22196a3
@ -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(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user