Removes default announce for new users · buddypond/buddypond@479fb68

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 479fb68

Removes default announce for new users

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • desktop/based/desktop.login

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -272,6 +272,7 @@ desktop.app.login.success = function desktopLoginSuccess (params) {

272272

// announce all new buddies when they join

273273

// if params.freshAccount, this indicates a new account

274274

if (params.freshAccount) {

275+

return;

275276

let randomMessages = [

276277

'Hello. First time here...this place is awesome!',

277278

'what is this',

0 commit comments