sortMessageByServerTime property

bool? sortMessageByServerTime
getter/setter pair

消息按照服务器时间排序, 当为true时,您从数据库中 获取的消息是按照服务器时间排序的,否则是按照消息的本地时间排序。

Implementation

bool? sortMessageByServerTime = true;