Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle multiple numbers on phone account? #1

Closed
0xc1c4da opened this issue Mar 14, 2016 · 1 comment
Closed

How to handle multiple numbers on phone account? #1

0xc1c4da opened this issue Mar 14, 2016 · 1 comment

Comments

@0xc1c4da
Copy link
Contributor

In the whisper/phone contact sync, how best to handle multiple numbers?

@rasom
Copy link
Contributor

rasom commented May 18, 2016

Should it work like teams in slack? I mean that user has to choose which phone (id) he wants to use now.

ilmotta added a commit that referenced this issue Mar 17, 2023
…core

------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Mar 20, 2023
…core

------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Mar 20, 2023
------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Mar 21, 2023
------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Mar 21, 2023
------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Mar 21, 2023
------ WARNING #1 - :redef -----------------------------------------------------
 Resource: taoensso/encore.cljs:947:1
--------------------------------------------------------------------------------
 944 |                                                                                         )
 945 |
 946 | (defn pow [n exp] (Math/pow n exp))
 947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
-------^------------------------------------------------------------------------
 abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
--------------------------------------------------------------------------------
 948 | (defn round* ; round
 949 |   ([             n] (round* :round nil n))
 950 |   ([type         n] (round* type   nil n))
 951 |   ([type nplaces n]
--------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Jul 26, 2023
    ------ WARNING #1 - :redef -----------------------------------------------------
     Resource: taoensso/encore.cljs:947:1
    --------------------------------------------------------------------------------
     944 |                                                                                         )
     945 |
     946 | (defn pow [n exp] (Math/pow n exp))
     947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
    -------^------------------------------------------------------------------------
     abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
    --------------------------------------------------------------------------------
     948 | (defn round* ; round
     949 |   ([             n] (round* :round nil n))
     950 |   ([type         n] (round* type   nil n))
     951 |   ([type nplaces n]
    --------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Jul 26, 2023
    ------ WARNING #1 - :redef -----------------------------------------------------
     Resource: taoensso/encore.cljs:947:1
    --------------------------------------------------------------------------------
     944 |                                                                                         )
     945 |
     946 | (defn pow [n exp] (Math/pow n exp))
     947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
    -------^------------------------------------------------------------------------
     abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
    --------------------------------------------------------------------------------
     948 | (defn round* ; round
     949 |   ([             n] (round* :round nil n))
     950 |   ([type         n] (round* type   nil n))
     951 |   ([type nplaces n]
    --------------------------------------------------------------------------------
ilmotta added a commit that referenced this issue Jul 28, 2023
    ------ WARNING #1 - :redef -----------------------------------------------------
     Resource: taoensso/encore.cljs:947:1
    --------------------------------------------------------------------------------
     944 |                                                                                         )
     945 |
     946 | (defn pow [n exp] (Math/pow n exp))
     947 | (defn abs [n]     (if (neg? n) (- n) n)) ; #+clj (Math/abs n) reflects
    -------^------------------------------------------------------------------------
     abs already refers to: cljs.core/abs being replaced by: taoensso.encore/abs
    --------------------------------------------------------------------------------
     948 | (defn round* ; round
     949 |   ([             n] (round* :round nil n))
     950 |   ([type         n] (round* type   nil n))
     951 |   ([type nplaces n]
    --------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants