30 days of hot
This commit is contained in:
parent
51b908e136
commit
67d080fecc
|
@ -93,6 +93,8 @@ if (props.src === 'antenna') {
|
||||||
endpoint = 'notes/featured';
|
endpoint = 'notes/featured';
|
||||||
query = {
|
query = {
|
||||||
origin: 'combined',
|
origin: 'combined',
|
||||||
|
offsetMode: true,
|
||||||
|
days: 30,
|
||||||
}
|
}
|
||||||
connection = stream.useChannel('main');
|
connection = stream.useChannel('main');
|
||||||
connection.on('note', prepend);
|
connection.on('note', prepend);
|
||||||
|
|
Loading…
Reference in New Issue