Libera-Chat / sable

GNU Affero General Public License v3.0
77 stars 8 forks source link

Sort out what to do with channel renames in chathistory #89

Open spb opened 10 months ago

spb commented 10 months ago

Currently renames are never sent as part of history.

Currently also history messages are looked up by string target, so messages before (or after, depending) a rename won't be found.

Both parts should probably be fixed as part of the same operation. There's an open question over which channel name to send when replaying history around a rename (see https://github.com/ircv3/ircv3-specifications/issues/532).