summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2022-08-19 16:17:46 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2022-08-19 16:17:46 +0000
commitbf35ad76b71ead77758beca24c282c54ad9a2b8b (patch)
tree8ad7c71c85857e2a85632254048db8c702a91d51 /develop/print.html
parentdeploy: 22ea51faf9a29cd9b96189d1fac95eaf2cfcf4ec (diff)
downloadsynapse-bf35ad76b71ead77758beca24c282c54ad9a2b8b.tar.xz
deploy: f9f03426de338ae1879e174f63adf698bbfc3a4b
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index cd1afbf7b6..b9b56983d2 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -12742,6 +12742,7 @@ same.</p>
       &quot;device_id&quot;: &quot;QBUAZIFURK&quot;,
       &quot;display_name&quot;: &quot;android&quot;,
       &quot;last_seen_ip&quot;: &quot;1.2.3.4&quot;,
+      &quot;last_seen_user_agent&quot;: &quot;Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0&quot;,
       &quot;last_seen_ts&quot;: 1474491775024,
       &quot;user_id&quot;: &quot;&lt;user_id&gt;&quot;
     },
@@ -12749,6 +12750,7 @@ same.</p>
       &quot;device_id&quot;: &quot;AUIECTSRND&quot;,
       &quot;display_name&quot;: &quot;ios&quot;,
       &quot;last_seen_ip&quot;: &quot;1.2.3.5&quot;,
+      &quot;last_seen_user_agent&quot;: &quot;Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0&quot;,
       &quot;last_seen_ts&quot;: 1474491775025,
       &quot;user_id&quot;: &quot;&lt;user_id&gt;&quot;
     }
@@ -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>
   &quot;device_id&quot;: &quot;&lt;device_id&gt;&quot;,
   &quot;display_name&quot;: &quot;android&quot;,
   &quot;last_seen_ip&quot;: &quot;1.2.3.4&quot;,
+  &quot;last_seen_user_agent&quot;: &quot;Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0&quot;,
   &quot;last_seen_ts&quot;: 1474491775024,
   &quot;user_id&quot;: &quot;&lt;user_id&gt;&quot;
 }
@@ -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>