[Gekidou] Add performance and code improvements around post_list (#6113)

* Add performance and code improvements around post_list

* Fix test

* Move observers from utils to queries

* remove Flipper on iOS to fix CI build

* Fix observePermissionForChannel for DM/GM

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Daniel Espino García
2022-04-04 14:14:55 +02:00
committed by GitHub
parent c9d73d4512
commit d1322e84ce
22 changed files with 740 additions and 325 deletions

View File

@@ -33,7 +33,7 @@ end
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!({'Flipper' => '0.138.0'})
#use_flipper!({'Flipper' => '0.138.0'})
post_install do |installer|
react_native_post_install(installer)