reiichi001 / Dalamud.DiscordBridge

GNU Affero General Public License v3.0
16 stars 18 forks source link

Ability to remove cross-world party chat from channel set menu #13

Closed Oukar closed 2 years ago

Oukar commented 2 years ago

Currently, the identifier for party chat and cross-world party chat are both p, and setting 'any' puts all the chat types together, but unset p only removes regular party chat. There doesn't seem to be any way to remove cross-world party chat from the settings. image

image

reiichi001 commented 2 years ago

This should be resolved now. Party and Crossworld Party are handled a bit strangely here, as they're different chat type numbers internal to the game, but not to the chat box. We've tried to replicate a consistent experience, but it took some massaging.