Merge pull request #105 from GetStream/feature/reactions

Feature/reactions
This commit is contained in:
Salvatore Giordano
2020-10-19 15:18:23 +02:00
committed by GitHub
17 changed files with 676 additions and 145 deletions
+1 -1
View File
@@ -1 +1 @@
06fe8d0d3d89937a6d33b1033e75ae96
0289cdadbd29bab804f275e3c5907d07
+3 -1
View File
@@ -75,7 +75,9 @@ void main() async {
);
await client.setUser(
User(id: 'super-band-9'),
User(id: 'super-band-9', extraData: {
'name': 'John Doe',
}),
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoic3VwZXItYmFuZC05In0.0L6lGoeLwkz0aZRUcpZKsvaXtNEDHBcezVTZ0oPq40A',
);