this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix this avatar being animated and not squircle if bot

+24 -20
+19 -19
src/locales/en.po
··· 122 122 #: src/pages/list.jsx:171 123 123 #: src/pages/public.jsx:116 124 124 #: src/pages/scheduled-posts.jsx:89 125 - #: src/pages/status.jsx:1243 125 + #: src/pages/status.jsx:1247 126 126 #: src/pages/trending.jsx:474 127 127 msgid "More" 128 128 msgstr "" ··· 208 208 #: src/pages/catchup.jsx:1448 209 209 #: src/pages/catchup.jsx:2061 210 210 #: src/pages/status.jsx:966 211 - #: src/pages/status.jsx:1589 211 + #: src/pages/status.jsx:1593 212 212 msgid "Replies" 213 213 msgstr "" 214 214 ··· 476 476 #: src/pages/notifications.jsx:942 477 477 #: src/pages/scheduled-posts.jsx:259 478 478 #: src/pages/settings.jsx:87 479 - #: src/pages/status.jsx:1330 479 + #: src/pages/status.jsx:1334 480 480 msgid "Close" 481 481 msgstr "" 482 482 ··· 1087 1087 #: src/pages/list.jsx:321 1088 1088 #: src/pages/notifications.jsx:922 1089 1089 #: src/pages/search.jsx:561 1090 - #: src/pages/status.jsx:1363 1090 + #: src/pages/status.jsx:1367 1091 1091 msgid "Show more…" 1092 1092 msgstr "" 1093 1093 ··· 1714 1714 #: src/components/poll.jsx:208 1715 1715 #: src/components/poll.jsx:210 1716 1716 #: src/pages/scheduled-posts.jsx:100 1717 - #: src/pages/status.jsx:1232 1718 - #: src/pages/status.jsx:1255 1717 + #: src/pages/status.jsx:1236 1718 + #: src/pages/status.jsx:1259 1719 1719 msgid "Refresh" 1720 1720 msgstr "" 1721 1721 ··· 2521 2521 #: src/pages/home.jsx:216 2522 2522 #: src/pages/notifications.jsx:898 2523 2523 #: src/pages/status.jsx:1019 2524 - #: src/pages/status.jsx:1392 2524 + #: src/pages/status.jsx:1396 2525 2525 msgid "Try again" 2526 2526 msgstr "" 2527 2527 ··· 3879 3879 msgid "{0} posts above ‒ Go to top" 3880 3880 msgstr "" 3881 3881 3882 - #: src/pages/status.jsx:1219 3883 - #: src/pages/status.jsx:1282 3882 + #: src/pages/status.jsx:1223 3883 + #: src/pages/status.jsx:1286 3884 3884 msgid "Switch to Side Peek view" 3885 3885 msgstr "" 3886 3886 3887 - #: src/pages/status.jsx:1283 3887 + #: src/pages/status.jsx:1287 3888 3888 msgid "Switch to Full view" 3889 3889 msgstr "" 3890 3890 3891 - #: src/pages/status.jsx:1301 3891 + #: src/pages/status.jsx:1305 3892 3892 msgid "Show all sensitive content" 3893 3893 msgstr "" 3894 3894 3895 - #: src/pages/status.jsx:1306 3895 + #: src/pages/status.jsx:1310 3896 3896 msgid "Experimental" 3897 3897 msgstr "" 3898 3898 3899 - #: src/pages/status.jsx:1315 3899 + #: src/pages/status.jsx:1319 3900 3900 msgid "Unable to switch" 3901 3901 msgstr "" 3902 3902 3903 3903 #. placeholder {0}: punycode.toUnicode( postInstance, ) 3904 - #: src/pages/status.jsx:1322 3904 + #: src/pages/status.jsx:1326 3905 3905 msgid "Switch to post's instance ({0})" 3906 3906 msgstr "Switch to post's instance ({0})" 3907 3907 3908 - #: src/pages/status.jsx:1325 3908 + #: src/pages/status.jsx:1329 3909 3909 msgid "Switch to post's instance" 3910 3910 msgstr "" 3911 3911 3912 - #: src/pages/status.jsx:1383 3912 + #: src/pages/status.jsx:1387 3913 3913 msgid "Unable to load post" 3914 3914 msgstr "" 3915 3915 3916 3916 #. placeholder {0}: replies.length 3917 3917 #. placeholder {1}: shortenNumber(replies.length) 3918 - #: src/pages/status.jsx:1519 3918 + #: src/pages/status.jsx:1523 3919 3919 msgid "{0, plural, one {# reply} other {<0>{1}</0> replies}}" 3920 3920 msgstr "" 3921 3921 3922 3922 #. placeholder {0}: shortenNumber(totalComments) 3923 - #: src/pages/status.jsx:1537 3923 + #: src/pages/status.jsx:1541 3924 3924 msgid "{totalComments, plural, one {# comment} other {<0>{0}</0> comments}}" 3925 3925 msgstr "" 3926 3926 3927 - #: src/pages/status.jsx:1559 3927 + #: src/pages/status.jsx:1563 3928 3928 msgid "View post with its replies" 3929 3929 msgstr "" 3930 3930
+5 -1
src/pages/status.jsx
··· 1185 1185 .map((ancestor) => ( 1186 1186 <Avatar 1187 1187 key={ancestor.account.id} 1188 - url={ancestor.account.avatar} 1188 + url={ 1189 + ancestor.account.avatarStatic || 1190 + ancestor.account.avatar 1191 + } 1189 1192 alt={ancestor.account.displayName} 1193 + squircle={ancestor.account?.bot} 1190 1194 /> 1191 1195 ))} 1192 1196 {/* <Icon icon="comment" />{' '} */}