tweak ordering of explore components (#8432)
* tweak ordering of explore components * use better feed suggestions, metrics * tweak default limit * tweak * remove unnecessary if
This commit is contained in:
@@ -151,6 +151,12 @@ export type MetricEvents = {
|
||||
'feed:share': {
|
||||
feedUrl: string
|
||||
}
|
||||
'feed:suggestion:seen': {
|
||||
feedUrl: string
|
||||
}
|
||||
'feed:suggestion:press': {
|
||||
feedUrl: string
|
||||
}
|
||||
'discover:showMore': {
|
||||
feedContext: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user