Enhanced Color Chats Splitting

When multiple team members manage chats for the same creator, distinguishing between different conversations can become difficult. The Enhanced Color Chats Splitting feature solves this by assigning distinct colors to conversations based on fan IDs, improving coordination and visual clarity across the team.

What's New

We've upgraded our color splitting system from a simple 2-color approach (odd/even) logic to a more advanced multiple-color system (up to 6) that provides enhanced visual clarity for larger teams.

Enhanced System Highlights

  • Supports up to 6 distinct colors

  • Uses a mathematical algorithm for even color distribution

  • Improves clarity and workflow efficiency for large teams

How It Works

The system calculates color assignment based on fan IDs using the following logic:

  1. Take the fan ID and divide it by the total number of enabled colors (up to 6)

  2. If the result is a whole number → assign the first color (index 0)

  3. If the result has a decimal → calculate the remainder to determine the color index

Color Assignment Example

fan_id ÷ 6 = result

If the result is a whole number:

→ Color index = 0 (first color)

If the result has a decimal:

→ Find the integer part of the result

→ Multiply by 6

→ Subtract it from the original fan_id

→ This gives you the color index (1-5)

Example Calculation

Fan ID: 300926977

  1. 300926977 ÷ 6 = 50154496.1666...

  2. Since this has a decimal, we calculate the remainder:

Integer part: 50154496

50154496 × 6 = 300926976

300926977 - 300926976 = 1

  1. Color index 1 = the second color is used

Setting Up Enhanced Color Chats Splitting

Enabling the Feature

  1. Navigate to Creator Tab → Creator Settings

  2. Scroll to the Color Chats Splitting section

  3. Select how many colors you would like to use (up to 6 colors available)

  4. Switch the toggle to activate the feature

  5. The system will automatically apply the color algorithm

Customizing Colors

  1. Click on any color square to open the color palette

  2. Select your preferred color from the available options

  3. Click Update Colors to save changes

  4. Colors will be immediately applied to existing and new conversations

Benefits for Team Coordination

  • Improved visibility: Six distinct colors provide better visual distinction than the previous 2-color system

  • Faster identification: Team members can instantly recognize which chats they’re responsible for

  • Supports large teams: Designed for high-volume creator workflows

  • Even distribution: The mathematical algorithm ensures relatively balanced color assignment

  • Integrated UI: Color indicators appear directly in the chat/message view

Last updated

Was this helpful?