时间线气泡
This commit is contained in:
parent
e0f5d67ee6
commit
17bd48f9fd
@ -275,6 +275,8 @@ func (f *FriendMod) AddLog(Uid, Type int, Param string) int {
|
|||||||
f.AddBubble(f.AutoId, Type)
|
f.AddBubble(f.AutoId, Type)
|
||||||
case LOG_TYPE_PLAYROOM_UPVOTE:
|
case LOG_TYPE_PLAYROOM_UPVOTE:
|
||||||
f.AddBubble(f.AutoId, Type)
|
f.AddBubble(f.AutoId, Type)
|
||||||
|
case LOG_TYPE_TREASURE_HELP:
|
||||||
|
f.AddBubble(f.AutoId, Type)
|
||||||
}
|
}
|
||||||
if len(f.Log) > 30 {
|
if len(f.Log) > 30 {
|
||||||
f.Log = f.Log[len(f.Log)-30:]
|
f.Log = f.Log[len(f.Log)-30:]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user