* Add threadgating * UI improvements * More ui work * Remove comment * Tweak colors * Add missing keys * Tweak sizing * Only show composer option on non-reply * Flex wrap fix * Move the threadgate control to the top of the composer
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
export type ThreadgateSetting =
|
|
| {type: 'nobody'}
|
|
| {type: 'mention'}
|
|
| {type: 'following'}
|
|
| {type: 'list'; list: string}
|