Making WordPress.org


Ignore:
Timestamp:
08/29/2019 06:25:06 PM (5 years ago)
Author:
coreymckrill
Message:

Slack: Remove the /deputies command and related user list

This command is no longer used, since there is now a Communities Deputies
member group managed through the Slack interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/common/includes/slack/announce/config.php

    r9120 r9121  
    373373    );
    374374}
    375 
    376 // This is not all deputies; it's only the ones who want to receive `/deputies` pings
    377 function get_pingable_wordcamp_deputies() {
    378     return array(
    379         '00Sleepy', '_DorsVenabili', 'adityakane', 'andreamiddleton', 'bph', 'brandondove', 'camikaos',
    380         'chanthaboune', 'courtneypk', 'drebbits', 'francina', 'gounder', 'heysherie', 'hlashbrooke',
    381         'karenalma', 'kcristiano', 'kdrewien', 'Kenshino', 'mayukojpn', 'mikelking', 'miss_jwo',
    382         'nukaga', 'remediosgraphic', 'Savione', 'vc27', 'yaycheryl',
    383 
    384         'coreymckrill', 'iandunn', // todo remove after testing
    385     );
    386 }
Note: See TracChangeset for help on using the changeset viewer.