@devvit/protos 0.10.19-next-2024-04-23-c35a72ce6.0 → 0.10.19-next-2024-04-23-27f06a745.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.10.19-next-2024-04-23-c35a72ce6.0",
3
+ "version": "0.10.19-next-2024-04-23-27f06a745.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "devDependencies": {
43
43
  "@devvit/eslint-config": "0.10.18",
44
44
  "@devvit/repo-tools": "0.10.18",
45
- "@devvit/tsconfig": "0.10.19-next-2024-04-23-c35a72ce6.0",
45
+ "@devvit/tsconfig": "0.10.19-next-2024-04-23-27f06a745.0",
46
46
  "eslint": "8.9.0",
47
47
  "glob": "10.3.10",
48
48
  "ts-proto": "1.172.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "directory": "dist"
55
55
  },
56
- "gitHead": "f439b489f7e67047122e4263c927b4d2ae80c8be"
56
+ "gitHead": "ab1449e7201835dfd8c4fe4363b4cab340254839"
57
57
  }
@@ -613,7 +613,7 @@ message UserFlairFirehose {
613
613
  ];
614
614
  }
615
615
 
616
- // User's info
616
+ // User's info. To protect Reddit employee accounts from targeting or harassment, the user info may be redacted in some cases - e.g. post or comment removals where the post title or comment body is changed to "Removed by Reddit.
617
617
  message UserFirehose {
618
618
  // Id of the user
619
619
  string id = 1 [
@@ -647,7 +647,7 @@ message UserFirehose {
647
647
 
648
648
  optional UserFlairFirehose flair = 9;
649
649
 
650
- // Icon image associated with the user
650
+ // Icon image associated with the user. This could be the snoovatar image or a custom image the user has set as profile image.
651
651
  string icon_image = 10 [
652
652
  (devvit.options.trigger_evt_path) = "author.icon_image",
653
653
  (openapi.field_example) = "https://i.redd.it/snoovatar/avatars/84cb29a7-9219-45e9-a572-eb170ab34c3e.png"