|
|
|
@@ -369,13 +369,13 @@ export const useLogsData = () => { |
|
|
|
value: logs[i].request_id, |
|
|
|
}); |
|
|
|
} |
|
|
|
if (logs[i].chat_id) { |
|
|
|
if (isAdminUser && logs[i].chat_id) { |
|
|
|
expandDataLocal.push({ |
|
|
|
key: t('Chat ID'), |
|
|
|
value: logs[i].chat_id, |
|
|
|
}); |
|
|
|
} |
|
|
|
if (logs[i].upstream_id) { |
|
|
|
if (isAdminUser && logs[i].upstream_id) { |
|
|
|
expandDataLocal.push({ |
|
|
|
key: t('Upstream ID'), |
|
|
|
value: logs[i].upstream_id, |
|
|
|
|