mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
highly improve discussion perfs + fix initial sound playing and erratic scrolling
This commit is contained in:
parent
48e8eacc34
commit
fb919ff59f
10 changed files with 242 additions and 28 deletions
|
@ -54,7 +54,10 @@
|
|||
'list_json' => '/discussion/json/',
|
||||
'show' => '/discussion/show/{number}/',
|
||||
'send' => '/discussion/send/{csrf}/',
|
||||
'get_messages' => '/discussion/getmessage/{number}/{transaction_id}/',
|
||||
'get_messages' => [
|
||||
'/discussion/getmessage/{number}/{transaction_id}/',
|
||||
'/discussion/getmessage/{number}/{transaction_id}/{since}/',
|
||||
],
|
||||
],
|
||||
|
||||
'Event' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue