From a6f2e9539b9f73e40076fe85d8f1152b279142e7 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (grayhatter)" Date: Sat, 20 Aug 2016 15:25:26 -0700 Subject: Make Message received receipts stateless --- other/apidsl/tox.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/apidsl') diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index b1b68117..4c9c4972 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h @@ -1435,7 +1435,7 @@ namespace friend { * This event is triggered when the friend receives the message sent with * ${send.message} with the corresponding message ID. */ - event read_receipt { + event read_receipt const { /** * @param friend_number The friend number of the friend who received the message. * @param message_id The message ID as returned from ${send.message} -- cgit v1.2.3