BastliBridge

A bot framework bridgin multiple IM protocols, and mail
git clone git://xatko.vsos.ethz.ch/BastliBridge.git
Log | Files | Refs | Submodules

commit 7cf161939deaa52d31aec46d37480d6fcb201f74
parent 212aba01662bd709f7d42c74d30df88ab0a37aed
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sun, 24 Sep 2017 09:46:01 +0200

Improve the formatProxyURL stub.

Now we won't loose the information

Diffstat:
src/telegram.d | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/telegram.d b/src/telegram.d @@ -449,7 +449,7 @@ struct Bot{ } string formatProxyURL(string file_id){ - return "*FILE*"; //Stub. Implement this + return "FILE("~file_id~")"; //Stub. Implement this } string locationToOSMUrl(JSONValue loc){