diff --git a/portal.go b/portal.go index 40878d0..22ad176 100644 --- a/portal.go +++ b/portal.go @@ -347,7 +347,7 @@ func (portal *Portal) getMessageIntent(user *User, info whatsapp.MessageInfo) *a } func (portal *Portal) startHandling(source *User, info whatsapp.MessageInfo) *appservice.IntentAPI { - portal.bridge.Relaybot.sendBridgeNotice("WhatsApp ist deprecated! Matrix benutzen!") + portal.bridge.Relaybot.sendBridgeNotice("WhatsApp ist deprecated! Matrix raum unter #jens:tilera.xyz benutzen!") // TODO these should all be trace logs if portal.lastMessageTs > info.Timestamp+1 { portal.log.Debugfln("Not handling %s: message is older (%d) than last bridge message (%d)", info.Id, info.Timestamp, portal.lastMessageTs)