Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3332854
D11992.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
701 B
Referenced Files
None
Subscribers
None
D11992.diff
View Options
diff --git a/keyserver/src/updaters/thread-updaters.js b/keyserver/src/updaters/thread-updaters.js
--- a/keyserver/src/updaters/thread-updaters.js
+++ b/keyserver/src/updaters/thread-updaters.js
@@ -660,6 +660,7 @@
AND ${avatarUploadID} IS NOT NULL
AND uploader = ${viewer.userID}
AND container IS NULL
+ AND user_container IS NULL
AND thread IS NULL
)
);
@@ -670,6 +671,7 @@
AND ${avatarUploadID} IS NOT NULL
AND uploader = ${viewer.userID}
AND container IS NULL
+ AND user_container IS NULL
AND thread IS NULL;
UPDATE threads
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 2:20 AM (6 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2559374
Default Alt Text
D11992.diff (701 B)
Attached To
Mode
D11992: [keyserver] Update thread avatar assigner to check new user_container column
Attached
Detach File
Event Timeline
Log In to Comment