Skip to content

Commit

Permalink
update 未命名群优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gallonyin committed Apr 15, 2023
1 parent d996816 commit 3f9d36a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ object WeworkLoopImpl {
if (tvList.size == 3) {
//只查看最近一周内的消息
val title = tvList[0]
if (title == "群聊") {
continue
}
if (tvList[1].isBlank() || tvList[1].contains("(刚刚)|(分钟前)|(上午)|(下午)|(昨天)|(星期)|(日程)|(会议)|(:)".toRegex())) {
val lastSyncMessage = SPUtils.getInstance("lastSyncMessage").getString(title, null)
?: continue
Expand Down

0 comments on commit 3f9d36a

Please sign in to comment.