mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Allow reminders
							parent
							
								
									e007168cd6
								
							
						
					
					
						commit
						e94a580748
					
				| 
						 | 
				
			
			@ -15,6 +15,9 @@ def receivingCalendarEvents(baseDir: str, nickname: str, domain: str,
 | 
			
		|||
    """Returns true if receiving calendar events from the given
 | 
			
		||||
    account from following.txt
 | 
			
		||||
    """
 | 
			
		||||
    if followingNickname == nickname and followingDomain == domain:
 | 
			
		||||
        # reminder post
 | 
			
		||||
        return True
 | 
			
		||||
    calendarFilename = baseDir + '/accounts/' + \
 | 
			
		||||
        nickname + '@' + domain + '/followingCalendar.txt'
 | 
			
		||||
    handle = followingNickname + '@' + followingDomain
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue