mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
deploy: f9f03426de
This commit is contained in:
parent
650598aa37
commit
bf35ad76b7
4 changed files with 22 additions and 2 deletions
|
@ -799,6 +799,7 @@ same.</p>
|
|||
"device_id": "QBUAZIFURK",
|
||||
"display_name": "android",
|
||||
"last_seen_ip": "1.2.3.4",
|
||||
"last_seen_user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0",
|
||||
"last_seen_ts": 1474491775024,
|
||||
"user_id": "<user_id>"
|
||||
},
|
||||
|
@ -806,6 +807,7 @@ same.</p>
|
|||
"device_id": "AUIECTSRND",
|
||||
"display_name": "ios",
|
||||
"last_seen_ip": "1.2.3.5",
|
||||
"last_seen_user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0",
|
||||
"last_seen_ts": 1474491775025,
|
||||
"user_id": "<user_id>"
|
||||
}
|
||||
|
@ -830,6 +832,8 @@ Device objects contain the following fields:</p>
|
|||
Absent if no name has been set.</li>
|
||||
<li><code>last_seen_ip</code> - The IP address where this device was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>last_seen_user_agent</code> - The user agent of the device when it was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>last_seen_ts</code> - The timestamp (in milliseconds since the unix epoch) when this
|
||||
devices was last seen. (May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>user_id</code> - Owner of device.</li>
|
||||
|
@ -872,6 +876,7 @@ any access token associated with them.</p>
|
|||
"device_id": "<device_id>",
|
||||
"display_name": "android",
|
||||
"last_seen_ip": "1.2.3.4",
|
||||
"last_seen_user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0",
|
||||
"last_seen_ts": 1474491775024,
|
||||
"user_id": "<user_id>"
|
||||
}
|
||||
|
@ -889,7 +894,12 @@ any access token associated with them.</p>
|
|||
<li><code>display_name</code> - Display name set by the user for this device.
|
||||
Absent if no name has been set.</li>
|
||||
<li><code>last_seen_ip</code> - The IP address where this device was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).
|
||||
<ul>
|
||||
<li><code>last_seen_user_agent</code> - The user agent of the device when it was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>last_seen_ts</code> - The timestamp (in milliseconds since the unix epoch) when this
|
||||
devices was last seen. (May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>user_id</code> - Owner of device.</li>
|
||||
|
|
|
@ -12742,6 +12742,7 @@ same.</p>
|
|||
"device_id": "QBUAZIFURK",
|
||||
"display_name": "android",
|
||||
"last_seen_ip": "1.2.3.4",
|
||||
"last_seen_user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0",
|
||||
"last_seen_ts": 1474491775024,
|
||||
"user_id": "<user_id>"
|
||||
},
|
||||
|
@ -12749,6 +12750,7 @@ same.</p>
|
|||
"device_id": "AUIECTSRND",
|
||||
"display_name": "ios",
|
||||
"last_seen_ip": "1.2.3.5",
|
||||
"last_seen_user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0",
|
||||
"last_seen_ts": 1474491775025,
|
||||
"user_id": "<user_id>"
|
||||
}
|
||||
|
@ -12773,6 +12775,8 @@ Device objects contain the following fields:</p>
|
|||
Absent if no name has been set.</li>
|
||||
<li><code>last_seen_ip</code> - The IP address where this device was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>last_seen_user_agent</code> - The user agent of the device when it was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>last_seen_ts</code> - The timestamp (in milliseconds since the unix epoch) when this
|
||||
devices was last seen. (May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>user_id</code> - Owner of device.</li>
|
||||
|
@ -12815,6 +12819,7 @@ any access token associated with them.</p>
|
|||
"device_id": "<device_id>",
|
||||
"display_name": "android",
|
||||
"last_seen_ip": "1.2.3.4",
|
||||
"last_seen_user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0",
|
||||
"last_seen_ts": 1474491775024,
|
||||
"user_id": "<user_id>"
|
||||
}
|
||||
|
@ -12832,7 +12837,12 @@ any access token associated with them.</p>
|
|||
<li><code>display_name</code> - Display name set by the user for this device.
|
||||
Absent if no name has been set.</li>
|
||||
<li><code>last_seen_ip</code> - The IP address where this device was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).
|
||||
<ul>
|
||||
<li><code>last_seen_user_agent</code> - The user agent of the device when it was last seen.
|
||||
(May be a few minutes out of date, for efficiency reasons).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><code>last_seen_ts</code> - The timestamp (in milliseconds since the unix epoch) when this
|
||||
devices was last seen. (May be a few minutes out of date, for efficiency reasons).</li>
|
||||
<li><code>user_id</code> - Owner of device.</li>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue