filtered

public abstract List<T> filtered(List<T> data)

对会话数据进行过滤。

从数据库批量拉取到会话列表时和在线收到消息产生新会话时都会回调此方法

Return

过滤完的数据。

Parameters

data

待过滤的数据