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

Multiple accounts support #19

Closed
wants to merge 4 commits into from
Closed

Multiple accounts support #19

wants to merge 4 commits into from

Conversation

irudoy
Copy link

@irudoy irudoy commented Jun 3, 2018

  • .td dir for tdlib files
  • separate dir for each account
  • input messages with phone number marker
  • separate logs
  • example

fixes #16

@irudoy
Copy link
Author

irudoy commented Jun 3, 2018

├── app.js
└── .td
    ├── PHONE_NUMBER_FIRST
    │   ├── _td_database
    │   └── _td_files
    ├── PHONE_NUMBER_SECOND
    │   ├── _td_database
    │   └── _td_files
    └── log
        ├── PHONE_NUMBER_FIRST.log
        └── PHONE_NUMBER_SECOND.log

@nodegin
Copy link
Owner

nodegin commented Jun 3, 2018

Many thanks for the PR!

I am currently working on the multi-account support in my local branch, I will push it very soon. 🙏🏻

@nodegin nodegin closed this Jun 3, 2018
@irudoy
Copy link
Author

irudoy commented Jun 3, 2018

Oh, sounds good! I will wait for it.
It would be nice if you push WIP local branches, so everyone else knew what's going on and could take a part 😉
Also, I think, we need the roadmap for project.

@pabx06 pabx06 mentioned this pull request Jul 5, 2018
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

Successfully merging this pull request may close these issues.

Multiply Login
2 participants