Fix matrix-send build
This commit is contained in:
parent
8e9be41dd9
commit
1975d740f7
19
possible_rest_idea.txt
Normal file
19
possible_rest_idea.txt
Normal file
@ -0,0 +1,19 @@
|
||||
matrix::rest::spec_revision = r0
|
||||
matrix::rest::media_api = /_matrix/client/<spec_revision>
|
||||
matrix::rest::client_api = /_matrix/media/<spec_revision>
|
||||
|
||||
matrix::rest::manager{
|
||||
protocol = https
|
||||
homeserver = rexy712.chickenkiller.com
|
||||
|
||||
cache reusable urls
|
||||
|
||||
spawn room specific url manager
|
||||
}
|
||||
matrix::rest::roommanager{
|
||||
protocol = https
|
||||
homeserver = rexy712.chickenkiller.com
|
||||
|
||||
cache reusable room level urls
|
||||
}
|
||||
matrix::rest::client
|
||||
@ -26,7 +26,6 @@
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
#include "raii/rjp_ptr.hpp"
|
||||
#include "raii/static_string.hpp"
|
||||
#include "raii/string.hpp"
|
||||
|
||||
void check_netreturn_errors(const matrix::netreturn<raii::rjp_string>& n){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user