mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Refactor 2
This commit is contained in:
@@ -21,8 +21,8 @@ module.exports = {
|
||||
.ready();
|
||||
|
||||
comments
|
||||
.openLoginPopup((login) => {
|
||||
login.register(user);
|
||||
.openLoginPopup((popup) => {
|
||||
popup.register(user);
|
||||
});
|
||||
},
|
||||
'user posts a comment': (client) => {
|
||||
|
||||
Reference in New Issue
Block a user