Merge pull request #863 from pangeachat/freezing
update matrix dart sdk version and filter out old analytics data type…
This commit is contained in:
commit
0d6601dd93
3 changed files with 3 additions and 2 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"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ description: Learn a language while texting your friends.
|
|||
# Pangea#
|
||||
publish_to: none
|
||||
# On version bump also increase the build number for F-Droid
|
||||
version: 1.22.9+3559
|
||||
version: 1.23.1+3560
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue