Add raw sender uid in reports page. Fix #333.

This commit is contained in:
Ezwen 2023-02-06 13:13:37 +01:00 committed by GitHub
parent 9b43d41040
commit 2889c59a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ export const ReportShow = props => {
<ReferenceField source="sender" reference="users"> <ReferenceField source="sender" reference="users">
<TextField source="id" /> <TextField source="id" />
</ReferenceField> </ReferenceField>
<TextField source="sender" label="Sender (raw user ID)" />
<TextField source="event_id" /> <TextField source="event_id" />
<TextField source="event_json.origin" /> <TextField source="event_json.origin" />
<TextField source="event_json.type" /> <TextField source="event_json.type" />