hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
244 stars 34 forks source link

Option to disable away notices #274

Closed jhass closed 1 year ago

jhass commented 1 year ago

I'm really not interested in away notifications for most servers, could we have an option to disable them?

hifi commented 1 year ago

What away notifications? The ones server sends you when you talk to someone who is away?

jhass commented 1 year ago

No, the notice messages in the network room. I believe they're generated from https://github.com/hifi/heisenbridge/blob/06d2d445edd891ab06e95fe8cf7533fd30328b8a/heisenbridge/network_room.py#L1958-L1961

hifi commented 1 year ago

CAPS --remove away-notify in network room and then reconnect.

jhass commented 1 year ago

Ah thanks. I guess enabling this I was hoping for the away status to show up on the user profile/room member list somehow.