mirror of
https://github.com/tijder/SmsMatrix.git
synced 2024-10-27 18:24:01 +00:00
Merge branch 'master' of https://github.com/tijder/SmsMatrix
This commit is contained in:
commit
55949e9097
@ -154,7 +154,7 @@ public class Matrix {
|
||||
public void SendMesageToRoom(Room room, String body) {
|
||||
Message msg = new Message();
|
||||
msg.body = body;
|
||||
msg.msgtype = "m.mesage";
|
||||
msg.msgtype = "m.text";
|
||||
session.getRoomsApiClient().sendMessage(String.valueOf(transaction), room.getRoomId(), msg, new SimpleApiCallback<Event>());
|
||||
transaction++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user