diff --git a/src/components/views/rooms/NewRoomIntro.tsx b/src/components/views/rooms/NewRoomIntro.tsx index e8eca640dc..5c600a95e8 100644 --- a/src/components/views/rooms/NewRoomIntro.tsx +++ b/src/components/views/rooms/NewRoomIntro.tsx @@ -74,16 +74,19 @@ const NewRoomIntro: React.FC = () => { cli.sendEvent(roomId, EventType.RoomMessage, { body: "👋", msgtype: "m.text", - }); + }, (new Date()).toString()); }; - const sendHelloButton = !room.getLastActiveTimestamp() && ( + const sendHelloButton = (!room.getLastActiveTimestamp()) && ( 👋 + + Say Hello + );