Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32603285
D4852.1767436832.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
D4852.1767436832.diff
View Options
diff --git a/web/chat/chat-thread-ancestors.react.js b/web/chat/chat-thread-ancestors.react.js
--- a/web/chat/chat-thread-ancestors.react.js
+++ b/web/chat/chat-thread-ancestors.react.js
@@ -7,6 +7,7 @@
import { memberHasAdminPowers, colorIsDark } from 'lib/shared/thread-utils';
import type { ThreadInfo } from 'lib/types/thread-types';
+import CommIcon from '../CommIcon.react';
import { useSelector } from '../redux/redux-utils';
import SWMansionIcon from '../SWMansionIcon.react';
import css from './chat-thread-ancestors.css';
@@ -51,7 +52,7 @@
() => (
<div className={css.ancestorKeyserver}>
<div className={css.ancestorKeyserverOperator}>
- <SWMansionIcon icon="cloud" size={12} />
+ <CommIcon icon="cloud-filled" size={12} />
<span>{keyserverOwnerUsername}</span>
</div>
<div
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 3, 10:40 AM (6 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5887875
Default Alt Text
D4852.1767436832.diff (860 B)
Attached To
Mode
D4852: [web] Replace `cloud-filled` icon in `ChatThreadAncestors` with `CommIcon`
Attached
Detach File
Event Timeline
Log In to Comment