mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
4b8433f053
commit
3db4a3c45c
|
@ -433,6 +433,7 @@ def receive_quote_request(message_json: {}, federation_list: [],
|
||||||
mitm_servers: [],
|
mitm_servers: [],
|
||||||
last_quote_request) -> bool:
|
last_quote_request) -> bool:
|
||||||
"""Receives a QuoteRequest within the POST section of HTTPServer
|
"""Receives a QuoteRequest within the POST section of HTTPServer
|
||||||
|
https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
|
||||||
"""
|
"""
|
||||||
if message_json['type'] != 'QuoteRequest':
|
if message_json['type'] != 'QuoteRequest':
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue