chore: Remove unused memoization in telegram incoming service (#3075)
This commit is contained in:
parent
1f4685ae4b
commit
1cb2226dbc
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ class Telegram::IncomingMessageService
|
||||||
params.dig(:message, :chat, :type) == 'private'
|
params.dig(:message, :chat, :type) == 'private'
|
||||||
end
|
end
|
||||||
|
|
||||||
def account
|
|
||||||
@account ||= inbox.account
|
|
||||||
end
|
|
||||||
|
|
||||||
def set_contact
|
def set_contact
|
||||||
contact_inbox = ::ContactBuilder.new(
|
contact_inbox = ::ContactBuilder.new(
|
||||||
source_id: params[:message][:from][:id],
|
source_id: params[:message][:from][:id],
|
||||||
|
|
Loading…
Reference in a new issue