mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: поддержка режима «both» — показ кнопки контакта вместе с тикетами
This commit is contained in:
@@ -474,7 +474,7 @@ export interface TicketDetail extends Omit<Ticket, 'messages_count' | 'last_mess
|
||||
|
||||
export interface SupportConfig {
|
||||
tickets_enabled: boolean;
|
||||
support_type: 'tickets' | 'profile' | 'url';
|
||||
support_type: 'tickets' | 'profile' | 'url' | 'both';
|
||||
support_url?: string | null;
|
||||
support_username?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user