Uh oh!
There was an error while loading. Please reload this page.
Add user scoring for in app notif - #11570
Conversation
|
This reverts commit 6f56181.
| AND type = ANY(ARRAY['save', 'follow', 'repost']) | ||
| ), | ||
| shadowbanned as ( | ||
| SELECT get_shadowbanned_users(array_agg(specifier)) as specifier |
There was a problem hiding this comment.
This is still using slow UDF? Should we update to use pre-computed?
stereosteve
left a comment
There was a problem hiding this comment.
Think we need to update UDF for get_shadowbanned_users to use the computed score?
[eeb4e26] core stuck health check (#11587) alecsavvy [bb3dc08] Decom acdc (#11581) endline [c4631dd] Remove aggregate index monthly plays job in favor of trigger (#11589) Raymond Jacobson [dad9077] Fix aggregate user counts test (#11586) Isaac Solo [5beebac] rm acdc from health check (#11583) alecsavvy [e0d98ae] change up discprov healthz to reflect core (#11585) alecsavvy [c93f09b] Enable first weekly comment challenge on prod (#11579) Reed [dcf31b1] rm deregistered nodes from sdk cached list (#11580) alecsavvy [c03868b] Add user scoring for in app notif (#11570) Isaac Solo [fda56ee] prod gate in index_nethermind (#11578) alecsavvy [e1db903] Update playcount milestones challenge config & add icons (#11577) Farid Salau [3e4099c] [PAY-3935][PAY-3828] Remove remaining references to metadata_multihash in client and discovery (#11567) Randy Schott [806adec] Remove PC challenge from challenges table (#11574) Farid Salau [0d1d49b] fix core cutover (#11576) alecsavvy [b3e373a] em prod core cutover (#11572) alecsavvy
Description
Add user scoring to aggregate_user. Use this scoring for in-app notifs.
Some clean up in the plugin.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.
Confirmed on stage and snapshot db.