update matrix dart sdk version and filter out old analytics data type from sync
This commit is contained in:
parent
40bb014eb2
commit
9dbac76a2b
2 changed files with 2 additions and 1 deletions
|
|
@ -139,6 +139,7 @@ abstract class ClientManager {
|
|||
timeline: StateFilter(
|
||||
notTypes: [
|
||||
PangeaEventTypes.construct,
|
||||
PangeaEventTypes.summaryAnalytics,
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -1481,7 +1481,7 @@ packages:
|
|||
description:
|
||||
path: "."
|
||||
ref: main
|
||||
resolved-ref: "3b77012ba93d6ff8f98dfdff00663aabeddf077e"
|
||||
resolved-ref: bc99ebf09fa8255a4f6c41bd2d1287b1a5ac4639
|
||||
url: "https://github.com/pangeachat/matrix-dart-sdk.git"
|
||||
source: git
|
||||
version: "0.32.4"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue