mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +02:00
Update places feed to use new function
This commit is contained in:
parent
8c2427dd58
commit
13bbd1fcbf
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Column {
|
|||
'include_actions=' + actions,
|
||||
'restriction=' + (Account.isLoggedIn() ? 'open,hifi' : 'open'),
|
||||
'require_online=true',
|
||||
'protocol=' + encodeURIComponent(AddressManager.protocolVersion()),
|
||||
'protocol=' + encodeURIComponent(Window.protocolSignature()),
|
||||
'page=' + pageNumber
|
||||
];
|
||||
var url = metaverseBase + 'user_stories?' + options.join('&');
|
||||
|
|
Loading…
Reference in a new issue