Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
e50802bd
Commit
e50802bd
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Patches
Plain Diff
added emoji
parent
aeea33d9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.meteor/packages
+16
-15
16 additions, 15 deletions
.meteor/packages
.meteor/versions
+6
-5
6 additions, 5 deletions
.meteor/versions
client/views/app/chatMessageDashboard.html
+1
-1
1 addition, 1 deletion
client/views/app/chatMessageDashboard.html
with
23 additions
and
21 deletions
.meteor/packages
+
16
−
15
View file @
e50802bd
...
...
@@ -3,10 +3,19 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-platform
accounts-facebook
accounts-github
accounts-google
accounts-meteor-developer
accounts-password
chrismbeckett:fontawesome4
chrismbeckett:toastr
coffeescript
email
less
markdown
reactive-var
service-configuration
chrismbeckett:toastr
francocatena:status
iron:router
konecty:autolinker
...
...
@@ -15,28 +24,20 @@ konecty:mesosphere
konecty:mongo-counter
konecty:multiple-instances-status
konecty:user-presence
less
meteor-platform
meteorhacks:kadira
mizzao:autocomplete
mizzao:timesync
momentjs:moment
monbro:mongodb-mapreduce-aggregation
mrt:mask
mrt:moment
mrt:publish-with-relations
mrt:reactive-store
nooitaf:colors
percolatestudio:synced-cron
raix:handlebar-helpers
reactive-var
tap:i18n
tmeasday:crypto-md5
tmeasday:errors
todda00:friendly-slugs
twbs:bootstrap
tap:i18n
utilities:avatar
accounts-facebook
service-configuration
accounts-google
accounts-meteor-developer
accounts-github
email
mizzao:timesync
qnub:emojione
This diff is collapsed.
Click to expand it.
.meteor/versions
+
6
−
5
View file @
e50802bd
...
...
@@ -15,7 +15,6 @@ boilerplate-generator@1.0.3
callback-hook@1.0.3
cfs:http-methods@0.0.29
check@1.0.5
chrismbeckett:fontawesome4@4.2.2
chrismbeckett:toastr@2.1.0
coffeescript@1.0.6
dandv:caret-position@2.1.1
...
...
@@ -25,7 +24,7 @@ ejson@1.0.6
email@1.0.6
facebook@1.2.0
fastclick@1.0.3
francocatena:status@1.2.
1
francocatena:status@1.2.
2
geojson-utils@1.0.3
github@1.1.3
google@1.1.5
...
...
@@ -57,21 +56,21 @@ less@1.0.14
livedata@1.0.13
localstorage@1.0.3
logging@1.0.7
markdown@1.0.4
matb33:collection-hooks@0.7.13
meteor@1.1.6
meteor-developer@1.1.3
meteor-platform@1.2.2
meteorhacks:kadira@2.21.0
meteorhacks:meteorx@1.3.1
minifiers@1.1.5
minimongo@1.0.8
mizzao:autocomplete@0.5.1
mizzao:timesync@0.3.1
mobile-status-bar@1.0.3
momentjs:moment@2.10.3
monbro:mongodb-mapreduce-aggregation@1.0.1
mongo@1.1.0
mongo-livedata@1.0.8
mrt:mask@0.0.1
mrt:moment@2.8.1
mrt:publish-with-relations@0.1.5
mrt:reactive-store@0.0.1
mrt:underscore-string-latest@2.3.3
...
...
@@ -82,6 +81,7 @@ oauth2@1.1.3
observe-sequence@1.0.6
ordered-dict@1.0.3
percolatestudio:synced-cron@1.1.0
qnub:emojione@0.0.3
raix:handlebar-helpers@0.2.4
random@1.0.3
reactive-dict@1.1.0
...
...
@@ -101,6 +101,7 @@ templating@1.1.1
tmeasday:crypto-base@3.1.2
tmeasday:crypto-md5@3.1.2
tmeasday:errors@2.0.0
todda00:friendly-slugs@0.3.0
tracker@1.0.7
twbs:bootstrap@3.3.4
ui@1.0.6
...
...
This diff is collapsed.
Click to expand it.
client/views/app/chatMessageDashboard.html
+
1
−
1
View file @
e50802bd
...
...
@@ -19,7 +19,7 @@
<textarea
class=
"input-message-editing"
contenteditable=
"true"
>
{{{message}}}
</textarea>
{{else}}
<p>
{{
{message}
}}
{{
#emojione}}{{{message}}}{{/emojione
}}
</p>
{{/if}}
{{/if}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment