[next] Reaction Sort (#2260)

* feat: stream sort description to use reaction conf

* feat: use full custom translation string for the sort label
This commit is contained in:
Wyatt Johnson
2019-04-23 20:50:02 +00:00
committed by GitHub
parent a92dcd6224
commit 205e6fcd08
18 changed files with 84 additions and 115 deletions
@@ -7,7 +7,7 @@ export interface SetStreamOrderByInput {
| "CREATED_AT_ASC"
| "CREATED_AT_DESC"
| "REPLIES_DESC"
| "RESPECT_DESC"
| "REACTION_DESC"
| "%future added value";
}