tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
app: fix syntax
Eli Mallon
8 months ago
bc335fdb
48f9903b
+3
-3
1 changed file
expand all
collapse all
unified
split
js
app
components
chat
chat.tsx
+3
-3
js/app/components/chat/chat.tsx
···
339
}
340
borderRadius={isWeb ? 4 : 4}
341
onLongPress={() => {
342
-
if (!isWeb) {
343
-
handleReply();
344
-
}
345
}
0
346
onPress={() => {
347
if (!isWeb) {
348
moderateMessage();
···
339
}
340
borderRadius={isWeb ? 4 : 4}
341
onLongPress={() => {
342
+
if (!isWeb) {
343
+
handleReply();
0
344
}
345
+
}}
346
onPress={() => {
347
if (!isWeb) {
348
moderateMessage();