mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
posts are called threads
This commit is contained in:
@@ -71,7 +71,7 @@ const useFeedStateString = (subplebbitAddresses?: string[]): string | undefined
|
|||||||
if (states['fetching-ipns']) {
|
if (states['fetching-ipns']) {
|
||||||
stateString += ', ';
|
stateString += ', ';
|
||||||
}
|
}
|
||||||
stateString += `${states['fetching-ipfs'].subplebbitAddresses.length} posts`;
|
stateString += `${states['fetching-ipfs'].subplebbitAddresses.length} threads`;
|
||||||
}
|
}
|
||||||
if (pagesStatesSubplebbitAddresses.size) {
|
if (pagesStatesSubplebbitAddresses.size) {
|
||||||
if (states['fetching-ipns'] || states['fetching-ipfs']) {
|
if (states['fetching-ipns'] || states['fetching-ipfs']) {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ const useStateString = (commentOrSubplebbit: CommentOrSubplebbit): string | unde
|
|||||||
if (stateString) {
|
if (stateString) {
|
||||||
stateString = stateString
|
stateString = stateString
|
||||||
.replaceAll('-', ' ')
|
.replaceAll('-', ' ')
|
||||||
.replace('ipfs', 'post')
|
.replace('ipfs', 'thread')
|
||||||
.replace('ipns', 'subplebbit')
|
.replace('ipns', 'subplebbit')
|
||||||
.replace('fetching', 'downloading')
|
.replace('fetching', 'downloading')
|
||||||
.replace('subplebbit subplebbit', 'board')
|
.replace('subplebbit subplebbit', 'board')
|
||||||
|
|||||||
Reference in New Issue
Block a user