hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
241 stars 32 forks source link

Option to disable away notices #274

Closed jhass closed 10 months ago

jhass commented 10 months ago

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

hifi commented 10 months ago

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

jhass commented 10 months 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 10 months ago

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

jhass commented 10 months 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.