mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(embed): add support for soundcloud embeds, show webpage links on mobile, adjust audio embeds
This commit is contained in:
@@ -24,7 +24,7 @@ const useFeedRows = (columnCount: number, feed: any, isFeedLoaded: boolean, subp
|
||||
return feed;
|
||||
}
|
||||
const _feed = [...feed];
|
||||
if (subplebbit?.description && subplebbit?.description.length > 0) {
|
||||
if (description && description.length > 0) {
|
||||
_feed.unshift({
|
||||
isDescription: true,
|
||||
subplebbitAddress: address,
|
||||
|
||||
Reference in New Issue
Block a user