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