deploy: 61bfcd669a
parent
fb3664da1c
commit
81fdcebe8f
|
@ -15148,6 +15148,9 @@ a temporary directory (which starts with "synapse-exfiltrate") in <cod
|
||||||
│ ├───invite_state
|
│ ├───invite_state
|
||||||
│ └───knock_state
|
│ └───knock_state
|
||||||
└───user_data
|
└───user_data
|
||||||
|
├───account_data
|
||||||
|
│ ├───global
|
||||||
|
│ └───<room_id>
|
||||||
├───connections
|
├───connections
|
||||||
├───devices
|
├───devices
|
||||||
└───profile
|
└───profile
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -194,6 +194,9 @@ a temporary directory (which starts with "synapse-exfiltrate") in <cod
|
||||||
│ ├───invite_state
|
│ ├───invite_state
|
||||||
│ └───knock_state
|
│ └───knock_state
|
||||||
└───user_data
|
└───user_data
|
||||||
|
├───account_data
|
||||||
|
│ ├───global
|
||||||
|
│ └───<room_id>
|
||||||
├───connections
|
├───connections
|
||||||
├───devices
|
├───devices
|
||||||
└───profile
|
└───profile
|
||||||
|
|
Loading…
Reference in New Issue